src/views/CNAS/process/disposal/sampleDisposal/index.vue
@@ -429,8 +429,7 @@ getList() { this.tableLoading = true; let param = { ...this.queryParams }; getProcessDeal({ ...param }) .then((res) => { getProcessDeal({ ...param }).then((res) => { this.tableLoading = false; if (res.code === 200) { this.tableData = res.data;