This commit is contained in:
shidongli 2023-10-17 10:59:00 +08:00
parent 2eb4ced61f
commit 8019af3ce3

View File

@ -277,7 +277,11 @@
this.query.gender = 99 this.query.gender = 99
} }
} }
if (this.query.residentAutographPath) {
this.updata();
} else {
this.protocolshow = true this.protocolshow = true
}
}, },
updata() { updata() {
if (this.radio == 2) { if (this.radio == 2) {
@ -511,7 +515,8 @@
}, },
// //
residentAutographPath(data) { residentAutographPath(data) {
this.query.residentAutographPath = data this.query.residentAutographPath = data.residentAutographPath
this.protocolshow = false
}, },
}, },
onLoad(options) { onLoad(options) {