|
|
@@ -259,11 +259,16 @@ export default {
|
|
|
// console.log(666, this.allList[this.arrowsShow].children[this.entrepotShow].id)
|
|
|
remove(this.allList[this.arrowsShow].children[this.entrepotShow].id)
|
|
|
this.entrepotShow = 0
|
|
|
- this.arrowsShow = null
|
|
|
- this.towList.name = ''
|
|
|
+ // this.arrowsShow = null
|
|
|
+ // this.towList.name = ''
|
|
|
this.$nextTick(() => {
|
|
|
setTimeout(() => {
|
|
|
this.getTreeList()
|
|
|
+ setTimeout(() => {
|
|
|
+ if (this.allList[this.arrowsShow].children) this.towList = this.allList[this.arrowsShow].children[0]
|
|
|
+ else this.towList.name = ''
|
|
|
+ // console.log(999, this.allList[this.arrowsShow].children.length)
|
|
|
+ }, 100)
|
|
|
}, 100)
|
|
|
})
|
|
|
this.$message({
|