mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-04-22 14:52:42 +08:00
修复子数据追加错误
This commit is contained in:
@@ -509,7 +509,7 @@ export default {
|
||||
|
||||
} else {
|
||||
this.$refs.veTree.remove(data, parentNode)
|
||||
for (let item of subData) {
|
||||
for (let item of nextData) {
|
||||
this.$refs.veTree.append(item, parentNode)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -487,7 +487,7 @@ export default {
|
||||
|
||||
} else {
|
||||
this.$refs.veTree.remove(data, parentNode)
|
||||
for (let item of subData) {
|
||||
for (let item of nextData) {
|
||||
this.$refs.veTree.append(item, parentNode)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user