From 3d7bf6dff3d1e2f12c4ecd0120ee110348ccdf49 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 21 十二月 2023 16:27:09 +0800
Subject: [PATCH] 1. 自评预检查功能修改中

---
 src/components/search-option/FYOptionLocation.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/search-option/FYOptionLocation.vue b/src/components/search-option/FYOptionLocation.vue
index 78ccb2b..6a13c96 100644
--- a/src/components/search-option/FYOptionLocation.vue
+++ b/src/components/search-option/FYOptionLocation.vue
@@ -21,7 +21,7 @@
       type: Boolean,
       default: true
     },
-    // 鏌ヨ鐨勮鏀跨骇鍒紝鍙栧��1锛�2锛�3锛�4
+    // 鏌ヨ鐨勮鏀跨骇鍒紝鍙栧��1锛�2锛�3锛�4, 5, 6
     level: {
       type: Number,
       default: 4
@@ -38,7 +38,10 @@
       type: Boolean,
       default: true
     },
-    prop: String
+    prop: {
+      type: String,
+      default: '_locations'
+    }
   },
   emits: ['update:value'],
   data() {

--
Gitblit v1.9.3