From 6f5f11a93fc056b0fe77f91522245cc45a1fb4fa Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 04 Sep 2024 19:19:13 +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 |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index 5fb7fd1..ce4d453 100644
--- a/gz-customerSystem/src/utils/selectOption.js
+++ b/gz-customerSystem/src/utils/selectOption.js
@@ -64,6 +64,25 @@
     label: '非法人组织',
   },
 ];
+//上传材料大类
+const fileOwnerCat = [
+  {
+    value: '22_00014-1',
+    label: '申请材料',
+  },
+  {
+    value: '22_00014-2',
+    label: '证据材料',
+  },
+  {
+    value: '22_00014-7',
+    label: '办理材料',
+  },
+  {
+    value: '22_00014-5',
+    label: '结案材料',
+  },
+];
 //上传材料类型
 const fileOwnerType = [
   {
@@ -1104,6 +1123,7 @@
   visitWay,
   personType,
   personClass,
+  fileOwnerCat,
   fileOwnerType,
   sex,
   cardType,

--
Gitblit v1.8.0