@@ -127,6 +127,8 @@ watch(isShow, (val) => {
//处理相关数据
const getDataApi = () => {
+ tableData.value = []
+
getTreeData()
}