gaoluyang
2025-04-22 5015218b0261b6072098a197a30fce40284771d5
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;