@@ -287,6 +287,7 @@ const rowDelClick = (row) => {
//保存完成
const addModalFinish = () => {
addModalShow.value = false
+ TreeAutoExpandKeys.value = getStoreValue('middlepay-tree-auto-expand-keys') || []
getTableData()
}