{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\components\\dialog\\ResponsDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\components\\dialog\\ResponsDialog.vue","mtime":1667326393951},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\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//\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//\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 req from '@/request.js';\nimport basicData from '@/api/basicData.js';\nimport utils from '@/hotent-ui-util.js';\nexport default {\n components: {},\n props: {\n single: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n return {\n queryId: '',\n //养护单位id,查询参数\n dialogVisible: false,\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n data: [],\n activeRow: {},\n selectedId: null\n };\n },\n methods: {\n select: function select(selection, row) {\n this.activeRow = selection;\n // this.selectedId = row.id\n // console.log(selection, 'eeeeee')\n },\n selectAll: function selectAll(selection) {\n this.activeRow = selection;\n },\n open: function open(id) {\n this.queryId = id;\n this.dialogVisible = true;\n },\n handleOK: function handleOK() {\n var selectRow = utils.deepClone(this.activeRow);\n console.log(selectRow);\n if (selectRow == {}) {\n console.log('空的');\n } else {\n this.$emit('select', selectRow);\n }\n // this.selectedId = null\n this.dialogVisible = false;\n this.activeRow = {};\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n this.exportQuery = param;\n this.$http.get('${form}/api/org/v1/orgs/getOrgsByparentId?parentId=' + this.queryId).then(function (resp) {\n // console.log(resp, 'dddddddddd')\n var res = resp.data;\n // let arr = []\n // res.filter(item => {\n // if (item.temporary == 0) {\n // arr = arr.concat(item)\n // }\n // })\n _this.data = res;\n // this.pageBean = {\n // page: res.page,\n // pageSize: res.pageSize,\n // total: res.total\n // }\n }, function (error) {\n reject(error);\n }).finally(function () {\n if (cb) {\n cb();\n }\n });\n },\n closeDialog: function closeDialog() {\n this.dialogVisible = false;\n this.activeRow = {};\n }\n }\n};",null]}