{"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\\views\\system\\Backupmanagement\\backupTable.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\Backupmanagement\\backupTable.vue","mtime":1675071993069},{"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":["//\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 portal from '@/api/portal.js';\nexport default {\n name: 'backupTable',\n data: function data() {\n return {\n data: [],\n saveUrl: \"\".concat(window.context.portal, \"/sys/sysProperties/v1/save\"),\n pageResult: {\n page: 1,\n pageSize: 50,\n total: 0\n },\n currentProperty: {\n encrypt: 1\n },\n rows: ''\n };\n },\n created: function created() {\n var _this = this;\n\n this.$bus.on('seerow', function (row) {\n _this.rows = row;\n console.log(_this.rows, '1');\n });\n },\n methods: {\n loadData: function loadData(param, cb) {\n var _this2 = this;\n\n //加载请求渲染表格\n setTimeout(function () {\n param.sorter = [{\n property: 'SYSTEM_CONFIG_ID_',\n value: _this2.rows,\n group: 'quick',\n relation: 'OR',\n operation: 'LIKE'\n }], portal.QueryBase(param).then(function (response) {\n var arr = [];\n\n for (var i in response.rows) {\n if (response.rows[i].systemType == '备份') {\n arr.push(response.rows[i]);\n }\n } // console.log(arr)\n\n\n _this2.data = arr;\n _this2.pageResult = {\n page: response.page,\n pageSize: response.pageSize,\n total: response.total\n };\n }).finally(function () {\n return cb();\n });\n }, 1000);\n },\n rowClick: function rowClick(row, column, event) {\n this.$refs.htTable.$refs.htTable.toggleRowSelection(row);\n },\n back: function back() {\n this.$bus.emit('comback', 1);\n },\n handleSizeChange: function handleSizeChange(val) {\n console.log(\"\\u6BCF\\u9875 \".concat(val, \" \\u6761\"));\n },\n handleCurrentChange: function handleCurrentChange(val) {\n console.log(\"\\u5F53\\u524D\\u9875: \".concat(val));\n },\n rest: function rest(row) {\n var _this3 = this;\n\n console.log(row);\n var data = this.qs.stringify({\n id: row.systemConfigId\n });\n portal.Reduction(data).then(function (res) {\n if (res.state == true) {\n _this3.$message({\n message: res.message,\n type: 'success'\n });\n }\n });\n }\n },\n beforeDestroy: function beforeDestroy() {\n this.$bus.off('seerow');\n }\n};",null]}