zouyu
2023-08-30 9c16ace91b126747ef3719041ac2f1425923e14a
src/views/experiment/inspectionApplication/index.vue
@@ -712,7 +712,7 @@
        this.commisionTable = res.data
      },
      async handleClick(row){
        this.inspectionTable = row;
        // this.inspectionTable = row;
        this.id = row.id
        this.$router.push({name:'Viewdetails',query: {id:row.id}});
        this.selectInspectsList()