【bug】

1. 修改盲板申请单位签字后不生效的问题
zhy_new_1203
shanao 2024-12-04 17:07:33 +08:00
parent c921c6590d
commit 87003da2d1
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@ export default {
}
})
},
fnSign(event) {
this.form.SIGN = event.filePath
fnSign({ path }) {
this.form.SIGN = path
},
async fnSubmit() {
try {