zhuo
2025-04-22 e53971d9779889889ff8153c391361606d640ab4
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;