|
@@ -218,6 +218,7 @@ const addTreeNodeCheckChange = (_, { checkedNodes, checkedKeys, halfCheckedNodes
|
|
}
|
|
}
|
|
const sureLoading = ref(false)
|
|
const sureLoading = ref(false)
|
|
const sureClick = async (type) => {
|
|
const sureClick = async (type) => {
|
|
|
|
+ await nextTick() // 等待下一个 DOM
|
|
const keys = allSelectedList.value || []
|
|
const keys = allSelectedList.value || []
|
|
|
|
|
|
|
|
|