From a0aa55c9a3f8aa3539b915fd79936c2528fbf5ec Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 10 Sep 2021 11:14:35 +0800
Subject: [PATCH] bug
---
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