From b8dfc98b089e47fdb3e269941bbd2de3f7fb7de1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Sep 2021 17:14:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/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