From 8fc26ace075fb1691516a4bc3d78aba3acf4770a Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Tue, 27 Jan 2026 09:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/addsupplier/information.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 })