优化编辑

This commit is contained in:
java110 2020-06-04 14:42:37 +08:00
parent b9320f81a7
commit 741c34b7df

View File

@ -137,12 +137,14 @@
});
},
clearAddOwnerInfo: function () {
let _componentTitle = $that.addOwnerInfo._componentTitle;
vc.component.addOwnerInfo = {
name: '',
age: '',
link: '',
sex: '',
remark: ''
remark: '',
componentTitle: _componentTitle
};
},
_addUserMedia: function () {