| | |
| | | insertRepairRecordByIds |
| | | } from "@/api/main/da/passingStationCollection/passingStationCollection"; |
| | | import {noPagelist} from "@/api/main/rm/repairRecord/repairRecord"; |
| | | import {warning} from "@riophae/vue-treeselect/src/utils"; |
| | | export default { |
| | | name: "index", |
| | | dicts: ['sys_normal_disable'], |
| | |
| | | }, |
| | | markComplete(){ |
| | | if(this.ids.length === 0){ |
| | | this.$modal.msgSuccess('未选择'); |
| | | this.$message({ |
| | | message: '未标记!', |
| | | type: 'warning' |
| | | }) |
| | | }else { |
| | | this.loading = true; // 开始加载数据 |
| | | this.$modal.msgSuccess('标记完成'); |
| | | |
| | | let queryParams = { |
| | | ids: this.ids |
| | | } |