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({
-
+