|
@@ -854,13 +854,16 @@ const wbsElTreeClick = ({ node, data, keys }) => {
|
|
const { notExsitChild } = data
|
|
const { notExsitChild } = data
|
|
if (notExsitChild) {
|
|
if (notExsitChild) {
|
|
isCanadd.value = false
|
|
isCanadd.value = false
|
|
|
|
+ getTableDataAll()
|
|
} else {
|
|
} else {
|
|
isCanadd.value = true
|
|
isCanadd.value = true
|
|
|
|
+ ListItemDatas.value = []
|
|
|
|
+ NodeStatus.value = '1'
|
|
}
|
|
}
|
|
setStoreValue('wbsTreeExpandKeys', keys)
|
|
setStoreValue('wbsTreeExpandKeys', keys)
|
|
TreeAutoExpandKeys.value = keys || []
|
|
TreeAutoExpandKeys.value = keys || []
|
|
saveHistory(keys.join(','))
|
|
saveHistory(keys.join(','))
|
|
- getTableDataAll()
|
|
|
|
|
|
+ // getTableDataAll()
|
|
}
|
|
}
|
|
//树加载完成
|
|
//树加载完成
|
|
const ElTreeNodeLoading = () => {
|
|
const ElTreeNodeLoading = () => {
|