{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\FeedbackArchiving\\components\\placesDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\FeedbackArchiving\\components\\placesDialog.vue","mtime":1697677062264},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _defineProperty from \"D:/jenkins/workspace/damDance-fvue/node_modules/@babel/runtime/helpers/esm/defineProperty\";\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 pagination from '@/components/pagination';\nimport HighFrequencyLocation from '@/api/FeedbackArchiving/HighFrequencyLocation.js';\nexport default {\n name: 'placesDialog',\n components: {\n pagination: pagination\n },\n data: function data() {\n return {\n visible: false,\n loading: false,\n reqData: {\n querys: [{\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'searchIn',\n relation: 'AND',\n value: ''\n }],\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0,\n showTotal: true\n }\n },\n tableData: [],\n currentRow: null\n };\n },\n methods: {\n open: function open() {\n this.visible = true;\n this.getData();\n },\n handleClose: function handleClose() {\n this.visible = false;\n },\n handleSubmit: function handleSubmit() {\n this.$emit('changePlaces', _defineProperty({\n squareLocationName: this.currentRow.squareLocationName,\n id: this.currentRow.id,\n areaCode: this.currentRow.areaCode,\n areaFullCode: this.currentRow.areaFullCode,\n lgtd: this.currentRow.lgtd,\n lttd: this.currentRow.lttd,\n detailAddress: this.currentRow.detailAddress\n }, \"id\", this.currentRow.id));\n this.visible = false;\n this.currentRow = null;\n this.tableData = [];\n },\n currentChange: function currentChange(currentRow, oldCurrentRow) {\n this.currentRow = currentRow;\n },\n getData: function getData(page) {\n var _this = this;\n\n this.loading = true;\n page ? this.reqData.pageBean.page = page : null;\n HighFrequencyLocation.highFrequencyFindNoHigh(this.reqData, function (res) {\n _this.reqData.pageBean.total = res.total;\n _this.loading = false;\n _this.tableData = res.rows;\n });\n },\n handleSizeChange: function handleSizeChange(pageSize) {\n this.reqData.pageBean.pageSize = pageSize;\n this.getData(1);\n },\n handleCurrentChange: function handleCurrentChange(page) {\n this.reqData.pageBean.page = page;\n this.getData();\n }\n }\n};",null]}