This commit is contained in:
parent
5e09336648
commit
8fc26ace07
|
|
@ -164,6 +164,8 @@
|
||||||
imgPath: "",
|
imgPath: "",
|
||||||
name: "",
|
name: "",
|
||||||
openId: uni.getStorageSync('openid'),
|
openId: uni.getStorageSync('openid'),
|
||||||
|
applyOrg:"",
|
||||||
|
orgCode:"",
|
||||||
})
|
})
|
||||||
const bottomshow = ref(false)
|
const bottomshow = ref(false)
|
||||||
const selectphoto = () => {
|
const selectphoto = () => {
|
||||||
|
|
@ -418,7 +420,8 @@
|
||||||
// console.log("param",JSON.parse(param.element))
|
// console.log("param",JSON.parse(param.element))
|
||||||
// form = JSON.parse(param.element)
|
// form = JSON.parse(param.element)
|
||||||
Object.assign(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>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue