| | |
| | | }, |
| | | methods: { |
| | | searchQuery() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId }; |
| | | // this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2',useId: this.useId, maintenanceType: '3' }; |
| | | this.queryParam.type = "daily"; |
| | | this.queryParam.delFlag = '0'; |
| | | this.queryParam.versionStatus = '2'; |
| | | this.queryParam.useId = this.useId; |
| | | this.queryParam.maintenanceType = '3'; |
| | | this.loadData(1); |
| | | }, |
| | | searchReset() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId }; |
| | | this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2', useId: this.useId, maintenanceType: '3' }; |
| | | this.loadData(1) |
| | | }, |
| | | list(useId) { |
| | | this.visible = true; |
| | | this.useId = useId; |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: useId, versionStatus: '2' }; |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: useId, versionStatus: '2', maintenanceType: '3' }; |
| | | this.loadData(1); |
| | | }, |
| | | clickThenCheck(record) { |