This commit is contained in:
wangweidong 2026-01-27 09:52:19 +08:00
parent 5e09336648
commit 8fc26ace07
1 changed files with 4 additions and 1 deletions

View File

@ -164,6 +164,8 @@
imgPath: "",
name: "",
openId: uni.getStorageSync('openid'),
applyOrg:"",
orgCode:"",
})
const bottomshow = ref(false)
const selectphoto = () => {
@ -418,7 +420,8 @@
// console.log("param",JSON.parse(param.element))
// form = JSON.parse(param.element)
Object.assign(form, JSON.parse(param.element))
form.name = showmarrylist[Number(form.suppliersNature) - 1].value
form.name = showmarrylist[Number(form.suppliersNature) - 1].value;
form.applyOrg = form.orgCode
})
</script>