From 554cfcec92797b03a40efa9e58f44cb6cba35ad5 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 26 四月 2024 09:39:46 +0800 Subject: [PATCH] 测试完成 --- src/store/getters.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/getters.js b/src/store/getters.js index 926ae9a..7fc54d3 100644 --- a/src/store/getters.js +++ b/src/store/getters.js @@ -204,7 +204,7 @@ // 鏄惁蹇呭~ required: (state) => [ { - value: "0", + value: "1", label: "蹇呭~", raw: { cssClass: "", @@ -212,7 +212,7 @@ }, }, { - value: "1", + value: "2", label: "闈炲繀濉�", raw: { cssClass: "", -- Gitblit v1.9.3