feat: model/asset中vendor和type的处理

1.model中vendor和type的修改
2.asset新增model后model列表刷新
This commit is contained in:
陈劲松
2020-03-12 12:13:45 +08:00
parent 2cfe1947ae
commit e270361186
6 changed files with 240 additions and 36 deletions

View File

@@ -262,7 +262,6 @@
}
});
this.activeIndex = data
},
createBox(item) {
@@ -290,6 +289,7 @@
this.$refs.alertConfigBox.show(true, true);
} else if (item.type == 4) {
this.addUnitShow = true;
this.$refs.assetAddUnit.show();
this.$refs.assetAddUnit.resetAsset();
}
},