临时提交

This commit is contained in:
648540858
2024-08-24 00:29:40 +08:00
parent 5a259aaa63
commit dddcff8fdb
3 changed files with 10 additions and 8 deletions

View File

@@ -323,6 +323,14 @@ export default {
node.expand();
}, node.data.deviceId, node.data.id);
},
editCatalog: function (data, node){
// 打开添加弹窗
this.$refs.regionCode.openDialog(form => {
node.loaded = false
node.expand();
}, node.data.deviceId, node.data.id);
},
nodeClickHandler: function (data, node, tree) {
console.log(data)
console.log(node)