From cd1726f0e7e7a599a7ee937e1258c54cee8f5e51 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 7 Sep 2022 00:53:57 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8Dant-table?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=BC=93=E5=AD=98=E5=AF=BC=E8=87=B4=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=88=97=E5=86=85=E5=AE=B9=E5=8F=AA=E8=83=BD=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E4=B8=80=E6=AC=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AMap/src/AMapDesigner/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AMap/src/AMapDesigner/index.vue b/src/components/AMap/src/AMapDesigner/index.vue index 2c9ea98..d49b93b 100644 --- a/src/components/AMap/src/AMapDesigner/index.vue +++ b/src/components/AMap/src/AMapDesigner/index.vue @@ -531,7 +531,9 @@ .find(item => item.sort == 1); mapTask && Object.assign(mapTask, { hospitalId: sendOrderIdValue, - taskType: sendOrderTaskTypeValue + taskType: sendOrderTaskTypeValue, + orgId: '', + orgName: ~~sendOrderTaskTypeValue ? '' : '等待收样员设置!', }); } handleMapPointGenerate();