Commit 87e3107b by pangchong

feat: 重置选择

parent 6fbdbddf
......@@ -365,6 +365,7 @@ defineExpose({
pagingArr.value[current.value]?.reload()
},
updateCache: () => {
chooseValue.value = []
pagingArr.value[current.value]?.updateCache()
}
})
......
......@@ -390,6 +390,7 @@ defineExpose({
paging.value?.reload()
},
updateCache: () => {
chooseValue.value = []
paging.value?.updateCache()
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment