gaoluyang
2025-04-22 0bf813710dc10536ab0be406e0dbf5fb0457b072
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;