fix: 修改assetBox vm=1时 位置可以编辑的问题

This commit is contained in:
zhangyu
2021-07-15 15:30:23 +08:00
parent cfccac90e7
commit c2cf06b485
4 changed files with 5 additions and 6 deletions

View File

@@ -107,7 +107,6 @@ export default {
obj: {
immediate: true,
handler (n) {
console.log(n)
if ((this.from === fromRoute.asset) && n) {
if (n.childrenNum) {
const assetSub = { prop: 'assetSubTab', name: this.$t('overall.assetSubTab'), active: false }