From 9b2cede515af4fe957f9a6a2577299685f784d49 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 08 Nov 2021 19:46:02 +0800
Subject: [PATCH] 派遣批量新增,社保人员选择接口调整

---
 src/views/securityUnitChild/social.vue |   34 +++++++++++++++-------------------
 1 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/src/views/securityUnitChild/social.vue b/src/views/securityUnitChild/social.vue
index 54a2354..fdd6a98 100644
--- a/src/views/securityUnitChild/social.vue
+++ b/src/views/securityUnitChild/social.vue
@@ -147,10 +147,6 @@
                 label: "女",
                 value: 2,
               },
-              {
-                label: "未知",
-                value: 3,
-              },
             ],
             labelWidth: 110,
             addDisabled: true,
@@ -163,21 +159,21 @@
               },
             ],
           },
-          {
-            label: "民族",
-            prop: "nation",
-            addDisabled: true,
-            editDisabled: true,
-            width: 55,
-            labelWidth: 110,
-            rules: [
-              {
-                required: true,
-                message: "请输入民族",
-                trigger: "blur",
-              },
-            ],
-          },
+          // {
+          //   label: "民族",
+          //   prop: "nation",
+          //   addDisabled: true,
+          //   editDisabled: true,
+          //   width: 55,
+          //   labelWidth: 110,
+          //   rules: [
+          //     {
+          //       required: true,
+          //       message: "请输入民族",
+          //       trigger: "blur",
+          //     },
+          //   ],
+          // },
           // {
           //   label: "出生日期",
           //   labelWidth: 110,

--
Gitblit v1.9.3