| | |
| | | }, |
| | | async getInspectionTableData() { |
| | | const {data:{row,total}} = await this.$axios.get(this.$api.url.finishedInsListPage,{params:{...this.pageParams,...this.searchData}}) |
| | | console.log(row) |
| | | this.inspectionTable = row |
| | | this.pageParams.total = total |
| | | }, |
| | |
| | | // this.usernameOptions = data |
| | | |
| | | }, |
| | | comBackMain(){ |
| | | this.showAdd=false |
| | | this.showLook=false |
| | | this.showUp=false |
| | | comBackMain(val){ |
| | | this.showAdd=false |
| | | this.showLook=false |
| | | this.showUp=false |
| | | this.init() |
| | | this.getInspectionTableData() |
| | | if(val){ |
| | | this.$parent.removeAllTab() |
| | | } |
| | | } |
| | | } |
| | | |