{"remainingRequest":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\bbsl-fvue\\src\\views\\reservoirManagement\\components\\LiftRelation.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\views\\reservoirManagement\\components\\LiftRelation.vue","mtime":1684458239465},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/web.dom.iterable\";\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 videoManger from '@/api/stManager/czManager.js';\nimport req from '@/request.js';\nimport { TableMixin } from '@/mixins/tableMixin';\nexport default {\n name: 'videoManger',\n props: {\n LiftShow: {\n type: Boolean,\n default: false\n },\n relation: {\n type: String,\n default: ''\n },\n rowId: {\n type: String,\n default: ''\n },\n rscd: {\n type: String,\n default: ''\n }\n },\n components: {},\n mixins: [TableMixin],\n data: function data() {\n return {\n tableData: [],\n sttpType: [{\n name: \"位移变形\",\n value: \"1\"\n }, {\n name: \"渗流\",\n value: \"2\"\n }, {\n name: \"渗压\",\n value: \"3\"\n }],\n mptpType: [{\n name: \"水平位移\",\n value: \"1\"\n }, {\n name: \"垂直位移\",\n value: \"2\"\n }, {\n name: \"渗流压力\",\n value: \"3\"\n }, {\n name: \"测压\",\n value: \"4\"\n }, {\n name: \"渗流量\",\n value: \"5\"\n }]\n };\n },\n created: function created() {\n this.getFindGqStation();\n },\n mounted: function mounted() {},\n methods: {\n getFindGqStation: function getFindGqStation() {\n var _this = this;\n\n videoManger.findGqStation({\n rscd: this.rscd\n }, function (res) {\n if (res.state) {\n _this.tableData = res.value;\n\n _this.tableData.forEach(function (e) {\n _this.sttpType.forEach(function (s) {\n if (e.sttp = s.value) {\n e.sttpName = s.name;\n }\n });\n\n _this.mptpType.forEach(function (m) {\n if (e.mptp = m.value) {\n e.mptpName = m.name;\n }\n });\n });\n }\n });\n },\n rowStyle: function rowStyle() {\n return \"text-align:center\";\n },\n handleClose: function handleClose() {\n this.params = {\n name: null,\n //树点击查询条件\n zoneCode: null\n };\n this.$emit('LiftRelations');\n }\n }\n};",null]}