From c37f0db24bcb9c08c11da9cd96e562a84cd66e6a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 14 十二月 2023 17:39:50 +0800
Subject: [PATCH] 评估管理模块完成历史记录展示

---
 src/enum/location.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/enum/location.js b/src/enum/location.js
index 0d79acb..6a7cdc6 100644
--- a/src/enum/location.js
+++ b/src/enum/location.js
@@ -18,7 +18,7 @@
   return [
     {
       label: '鍏ㄩ儴',
-      value: ['0', '鍏ㄩ儴'],
+      value: [null, '鍏ㄩ儴'],
     },
     {
       label: '涓婃捣甯�',

--
Gitblit v1.9.3