From 0f2f7fe8b69dfed157958de86f23d1b31a6b9d75 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Wed, 7 Aug 2024 15:32:19 +0800 Subject: [PATCH] gx --- src/view/sy_mapcopy.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/view/sy_mapcopy.vue b/src/view/sy_mapcopy.vue index a1535ac..7b0faa7 100644 --- a/src/view/sy_mapcopy.vue +++ b/src/view/sy_mapcopy.vue @@ -119,13 +119,13 @@ v-for="(item, index) in jbfwqTotal" :key="index" > -
{{ item.xzjd }}
+
{{ item.name}}
{{ itemm.jc }}
@@ -2019,9 +2019,10 @@ const getFwq = () => { child: [], }); item.jcs.forEach((item2) => { + // console.log(item2.jc,6666); jbfwqTotal.value[index].child.push({ name: item2.jc, - // jc: item2.jc, + jc: item2.jc, }); }); });