This commit is contained in:
parent
5e09336648
commit
8fc26ace07
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue