From 625867cc91baf7ece9f1329eaa7710731727b2b8 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sat, 17 Aug 2024 18:15:25 +0800
Subject: [PATCH] feat: 添加当事人功能静态
---
gz-customerSystem/src/utils/selectOption.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index 89561d9..b9db1ff 100644
--- a/gz-customerSystem/src/utils/selectOption.js
+++ b/gz-customerSystem/src/utils/selectOption.js
@@ -72,6 +72,18 @@
label: '非法人组织',
},
];
+
+//上传材料类型
+const sourceType = [
+ {
+ value: '09_01010-1',
+ label: '申请材料',
+ },
+ {
+ value: '09_01010-2',
+ label: '证据材料',
+ },
+];
// 性别
const sex = [
{
@@ -1003,6 +1015,7 @@
mediateType,
personType,
personClass,
+ sourceType,
sex,
agentClass,
cardType,
--
Gitblit v1.8.0