From 659d09ec24dab6c451220c8f3bb3943b0fdb3ba1 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 08 Jan 2024 16:16:12 +0800 Subject: [PATCH] fix:地图导航 --- pages/actionChange/components/rectificationInfor.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/actionChange/components/rectificationInfor.vue b/pages/actionChange/components/rectificationInfor.vue index 109d740..cd7a7ee 100644 --- a/pages/actionChange/components/rectificationInfor.vue +++ b/pages/actionChange/components/rectificationInfor.vue @@ -103,13 +103,13 @@ sysCode: '1010202', list: [{ name: '���', - value: 0, + value: 1, }, { name: '���', - value: 1, + value: 0, }, ], form: { - isChange: 0, + isChange: 1, changeName: '', changeDescribe: '', }, -- Gitblit v1.8.0