From e45545d8a8e751cbe801eee628f8b48e7cdda214 Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 5 Jan 2023 20:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=AE=A4=E8=AF=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BA=BA=E5=91=98=E9=A1=B5=E9=9D=A2=EF=BC=8C=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E4=B8=8B=E6=8B=89=E6=A1=86=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E9=BB=98=E8=AE=A4pid=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workSys/certify/certify.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/workSys/certify/certify.vue b/src/views/modules/workSys/certify/certify.vue index 7e0bddbf1..0c891d721 100644 --- a/src/views/modules/workSys/certify/certify.vue +++ b/src/views/modules/workSys/certify/certify.vue @@ -255,7 +255,8 @@ export default { // const url = 'http://yapi.elinkservice.cn/mock/102/third/dataSync/ytorglist' let params = { - orgId: node.data ? node.data.value : '0', + // 烟台山东通的跟组织id为:44e05de9-34fa-48f6-b89f-02838d792cf9 + orgId: node.data ? node.data.value : '44e05de9-34fa-48f6-b89f-02838d792cf9', }