{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\DataTemplateDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\DataTemplateDialog.vue","mtime":1675071991710},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\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//\nimport form from \"@/api/form.js\";\nexport default {\n name: \"data-template-dialog\",\n data: function data() {\n return {\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n data: [],\n dialogVisible: false\n };\n },\n methods: {\n showDialog: function showDialog() {\n this.dialogVisible = true;\n },\n //鼠标选中行改变复选框\n rowClick: function rowClick(row, column, event) {\n this.$refs.htTable.$refs.htTable.toggleRowSelection(row);\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n\n param.querys || (param.querys = []);\n param.querys.push({\n group: \"main\",\n property: \"mobileFormAlias\",\n operation: \"NOTNULL\",\n relation: \"AND\"\n });\n\n if (!param.sorter) {\n param.sorter = [{\n direction: \"DESC\",\n property: \"UPDATE_TIME_\"\n }];\n } else {\n param.sorter.push({\n direction: \"DESC\",\n property: \"UPDATE_TIME_\"\n });\n }\n\n form.getDataTemplateData(param).then(function (response) {\n _this.data = response.rows;\n _this.pageResult = {\n page: response.page,\n pageSize: response.pageSize,\n total: response.total\n };\n }).finally(function () {\n return cb();\n });\n },\n onConfirm: function onConfirm(selectedNode) {\n this.$emit(\"onConfirm\", {\n alias: selectedNode.alias,\n name: selectedNode.name\n });\n this.dialogVisible = false;\n }\n }\n};",null]}