From ac81e39e02cc45dc7e7cab09d3be1201576d0ab9 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期四, 06 三月 2025 11:09:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
src/views/CNAS/process/sampleDisposal/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/CNAS/process/sampleDisposal/index.vue b/src/views/CNAS/process/sampleDisposal/index.vue
index 0d12c66..8759567 100644
--- a/src/views/CNAS/process/sampleDisposal/index.vue
+++ b/src/views/CNAS/process/sampleDisposal/index.vue
@@ -300,7 +300,7 @@
current: -1,
size: -1
}).then(res => {
- this.customPageList = res.data.body.records
+ this.customPageList = res.data.records
}).catch(err => { });
},
handleDown() { },
@@ -519,7 +519,8 @@
delProcessDeal({ id: row.id }).then((res) => {
if (res.code == 201) return;
this.$message.success("鍒犻櫎鎴愬姛");
- this.refresh();
+ this.page.current = 0;
+ this.getList();
});
})
.catch(() => { });
--
Gitblit v1.9.3