fix:修复asset无法正常保存的bug

This commit is contained in:
wangwenrui
2021-01-04 17:46:20 +08:00
parent 57f23f86e9
commit 7e3be66e7e

View File

@@ -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) {