From 2a165a8e70947fe1a3641ea328d1f6daf7fff459 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Fri, 30 Aug 2024 09:47:36 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master

---
 gz-customerSystem/src/utils/selectOption.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index 207d9f1..dc90dc7 100644
--- a/gz-customerSystem/src/utils/selectOption.js
+++ b/gz-customerSystem/src/utils/selectOption.js
@@ -516,6 +516,21 @@
     label: '不同意' 
   },
 ];
+//事项等级
+const caseLevelList = [
+  {
+    value: 1,
+    label: '一级'
+  },
+  {
+    value: 2,
+    label: '二级'
+  },
+  {
+    value: 3,
+    label: '三级'
+  },
+]
 
 // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
 
@@ -1057,6 +1072,8 @@
   },
 ];
 
+
+
 const obj = {
   caseCanal,
   visitWay,
@@ -1074,6 +1091,7 @@
   meetWay,
   dispType,
   auditResult,
+  caseLevelList,
 
   // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
 

--
Gitblit v1.8.0