{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\workspace\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\workspace\\index.vue","mtime":1737610069460},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.regexp.to-string\";\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 left from \"./img/\\u529E\\u516C\\u4F4D1.png\";\nimport leftSelect from \"./img/\\u529E\\u516C\\u4F4D1-\\u7EFF.png\";\nimport right from \"./img/\\u529E\\u516C\\u4F4D2.png\";\nimport rightSelect from \"./img/\\u529E\\u516C\\u4F4D2-\\u7EFF.png\";\nimport { SearchB, UpdateB } from \"@/api/getdata\";\nexport default {\n data: function data() {\n return {\n showIndex: [],\n left: left,\n leftSelect: leftSelect,\n right: right,\n rightSelect: rightSelect\n };\n },\n created: function created() {},\n mounted: function mounted() {\n this.getlist();\n },\n methods: {\n getlist: function getlist() {\n var _this = this;\n SearchB().then(function (res) {\n console.log(res, 59);\n if (res.returnCode == \"1\") {\n _this.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n _this.showIndex = res.returnData;\n } else {\n _this.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n },\n keep: function keep() {\n var _this2 = this;\n var Content = {\n userId: \"40\",\n stationNo: this.showIndex\n };\n // console.log(this.showIndex,123)\n UpdateB(Content).then(function (res) {\n // console.log(res)\n if (res.returnCode == \"1\") {\n // this.showIndex = res.returnData;\n // console.log(res.returnData,12)\n _this2.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n // this.getlist();\n _this2.$router.push({\n path: \"/resource/office\"\n });\n } else {\n _this2.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n // this.$message('保存成功')\n },\n cancel: function cancel() {\n // this.$message(\"已取消\");\n this.$router.push({\n path: \"/resource/office\"\n });\n },\n bindPic: function bindPic(index) {\n var _arr = this.showIndex;\n var i = _arr.indexOf(index.toString());\n i < 0 ? _arr.push(index.toString()) : _arr.splice(i, 1);\n this.showIndex = _arr;\n }\n }\n};",null]}