From 9957c9e4938ccb24ddcd3c1216bc2590c07b34bd Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 19 Apr 2024 15:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=9A=E8=BF=87=E4=B8=8D=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=90=8E=E7=8A=B6=E6=80=81=E7=9A=84=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/final/content/ListContent.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/final/content/ListContent.vue b/src/views/final/content/ListContent.vue index 3261ece..fa18e9b 100644 --- a/src/views/final/content/ListContent.vue +++ b/src/views/final/content/ListContent.vue @@ -314,9 +314,11 @@ function doAudit(param: any, row: any) { initData(1, 20,{},props.taskvalue) num = 1 reload() + selectionIds.value = [] } else { message.error(res.message) + selectionIds.value = [] } }) }, @@ -467,6 +469,10 @@ function changesort(sortnamex) { initData(1, 20,{},props.taskvalue) num = 1 } +function notpass (){ + initData(1, 20,{},props.taskvalue) + selectionIds.value = [] +} watch( () => finalStore.asideValue, (newVal, oldVal) => { @@ -714,7 +720,7 @@ defineExpose({ - +