src/views/experiment/reportAuditing/index.vue
@@ -177,7 +177,7 @@ this.getData(); }, //通过 async checkskip(row) { checkskip(row) { console.log(this.tableRow); this.reportTable[this.tableRow.$index].status=1 this.transmitData(this.tableRow.row.id,1) @@ -186,10 +186,10 @@ message: '通过成功', type: 'success' }); this.getData(); }, //不通过 async nocheckskip(row) { nocheckskip(row) { console.log(this.tableRow); this.reportTable[this.tableRow.$index].status=0 this.transmitData(this.tableRow.row.id,2) @@ -198,7 +198,7 @@ message: '待通过', type: 'warning' }); this.getData(); }, //审核 async transmitData(id, result) {