修改
This commit is contained in:
parent
38ffe56664
commit
f884761ffb
@ -948,6 +948,7 @@ export default {
|
||||
},
|
||||
/** 提交按钮 */
|
||||
submitForm() {
|
||||
if (this.form.hospitalPersonCertificateList.length > 0) {
|
||||
this.form.hospitalPersonCertificateList.forEach(e => {
|
||||
if (!e.certificateName && !e.certificateUrl && !e.certificateSort) {
|
||||
this.form.hospitalPersonCertificateList = this.form.hospitalPersonCertificateList.filter(
|
||||
@ -963,6 +964,7 @@ export default {
|
||||
};
|
||||
this.form.hospitalPersonCertificateList.push(obj);
|
||||
}
|
||||
}
|
||||
if (this.form.consultingFee) {
|
||||
this.form.consultingFee = Number(this.form.consultingFee);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user