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.protocolshow = true
if (this.query.residentAutographPath) {
this.updata();
} else {
this.protocolshow = true
}
},
updata() {
if (this.radio == 2) {
@ -511,7 +515,8 @@
},
//
residentAutographPath(data) {
this.query.residentAutographPath = data
this.query.residentAutographPath = data.residentAutographPath
this.protocolshow = false
},
},
onLoad(options) {