From 1b0d44ed1443e80e29e5a4ca9396bc88a9156aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Mon, 28 Aug 2023 14:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index d9035d3..ca5d9b6 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -12,7 +12,7 @@ const user = { townList: [], treeProps: { label: "label", - value: "label", + value: "id", checkStrictly: true, }, userId: null,