feat: model/asset中vendor和type的处理
1.model中vendor和type的修改 2.asset新增model后model列表刷新
This commit is contained in:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user