{"remainingRequest":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/Common/edit_print.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/Common/edit_print.vue","mtime":1701674859498},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/babel-loader/lib/index.js","mtime":1701674874357},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js","mtime":1701674874903}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n data() {\n return {\n editPrint: {\n sm_name: \"\", // 名称\n },\n };\n },\n methods: {\n // 弹框关闭回调\n handleClose() {\n this.editPrint.sm_name = \"\";\n this.$emit(\"closeEditPrintDialog\");\n },\n // 表格查询\n onSearch() {\n this.$emit(\"searchReportByName\", this.editPrint.sm_name);\n },\n handleSizeChange(val) {\n this.$emit(\"searchReportByPageNo\", val);\n },\n handleCurrentChange(val) {\n this.$emit(\"searchReportByLinesPerPage\", val);\n },\n /**\n * 将值写入input\n */\n handleClick(row){\n this.$emit('printValue', row)\n }\n },\n props: {\n editPrintVisible: Boolean,\n editPrintData: Object,\n isNested: {\n type: Boolean,\n default: false,\n },\n },\n};\n",null]}