From e6f29116c0bb60b71b806de17b0ec114f87e0970 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 06 三月 2025 11:13:27 +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