diff --git a/pages/addsupplier/information.vue b/pages/addsupplier/information.vue index 7af6fd1..018cb52 100644 --- a/pages/addsupplier/information.vue +++ b/pages/addsupplier/information.vue @@ -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 })