fix: 修复asset无法新增的问题

This commit is contained in:
陈劲松
2020-03-03 20:50:50 +08:00
parent 111c089b28
commit fec2ed16c0
5 changed files with 41 additions and 25 deletions

View File

@@ -275,7 +275,8 @@
} else if (item.type == 5) {
this.$refs.alertConfigBox.show(true, true);
} else if (item.type == 4) {
this.addUnitShow = true
this.addUnitShow = true;
this.$refs.assetAddUnit.resetAsset();
}
},
jumpToAsset(id) {