|
@@ -1385,7 +1385,6 @@ export default {
|
1385
|
1385
|
if (!this.formSubmit) {
|
1386
|
1386
|
return false;
|
1387
|
1387
|
}
|
1388
|
|
-
|
1389
|
1388
|
this.form.user_sys_before_count = this.form.user_sys_before_count.toString()
|
1390
|
1389
|
this.$refs[formName].validate(valid => {
|
1391
|
1390
|
if (valid) {
|
|
@@ -1398,7 +1397,7 @@ export default {
|
1398
|
1397
|
}else{
|
1399
|
1398
|
this.form.avatar = this.form.avatar + "?imageView2/2/w/500/h/500/q/90"
|
1400
|
1399
|
}
|
1401
|
|
- console.log("form",this.form)
|
|
1400
|
+ console.log("form---",this.form)
|
1402
|
1401
|
editPatient(this.patientID, this.form)
|
1403
|
1402
|
|
1404
|
1403
|
.then(response => {
|