From 28fcc33f4feb6172e71313c89eec9c02b194523a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 28 Oct 2022 16:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=B8=AD=E4=BB=8B=E4=BA=BA?= =?UTF-8?q?=E5=91=98--=E6=89=80=E5=9C=A8=E5=8D=95=E4=BD=8D=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/zhongjierenyuan/zhongjierenyuanAdd.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anrui-base/anrui-base-ui/src/views/zhongjierenyuan/zhongjierenyuanAdd.vue b/anrui-base/anrui-base-ui/src/views/zhongjierenyuan/zhongjierenyuanAdd.vue index 2aa81ba67c..86e5845546 100644 --- a/anrui-base/anrui-base-ui/src/views/zhongjierenyuan/zhongjierenyuanAdd.vue +++ b/anrui-base/anrui-base-ui/src/views/zhongjierenyuan/zhongjierenyuanAdd.vue @@ -52,7 +52,7 @@ - + @@ -149,9 +149,9 @@ export default { companyChange(value) { let bb = null this.company_list.forEach((e) => { - if (e.name === value) { + if (e.pdistributorName === value) { bb = { - name: e.name, + name: e.pdistributorName, sid: e.sid } }