fix:修复asset无法正常保存的bug
This commit is contained in:
@@ -588,6 +588,9 @@
|
||||
box.validateAccount();
|
||||
});
|
||||
}
|
||||
if(this.editAsset.model){
|
||||
delete this.editAsset.model;
|
||||
}
|
||||
this.$refs.assetEditForm.validate((valid) => {
|
||||
if (valid && this.accountValidResult) {
|
||||
if (this.editAsset.id) {
|
||||
|
||||
Reference in New Issue
Block a user