From 01ea53b4e279f06a1c76434e2bce51350e762b45 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 11 Sep 2021 14:52:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/securityAnalysis/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/securityAnalysis/index.vue b/src/views/securityAnalysis/index.vue
index 7806a6a..ad71495 100644
--- a/src/views/securityAnalysis/index.vue
+++ b/src/views/securityAnalysis/index.vue
@@ -214,7 +214,7 @@
         })
         .catch((res) => {
           var b = that.changedata([], "cz", "wcz", "持证", "未持证");
-          that.setEC1(b);
+          that.setEC2(b);
         });
     },
     setEC2(data) {
@@ -488,7 +488,7 @@
         })
         .catch((res) => {
           var b = that.changedata([], "pnum", "wpnum", "已派遣", "未派遣");
-          that.setEC1(b);
+          that.setEC5(b);
         });
     },
     setEC5(d) {
@@ -556,7 +556,7 @@
             "已缴纳社保",
             "未缴纳社保"
           );
-          that.setEC1(b);
+          that.setEC6(b);
         });
     },
     setEC6(d) {

--
Gitblit v1.9.3