|
@@ -551,7 +551,6 @@ const business = [{
|
|
|
/** 查询社保 */
|
|
/** 查询社保 */
|
|
|
function obtaingetSocialSecurity() {
|
|
function obtaingetSocialSecurity() {
|
|
|
getSocialSecurity(queryParams.value).then((res) => {
|
|
getSocialSecurity(queryParams.value).then((res) => {
|
|
|
-
|
|
|
|
|
business[1].value = res.data.length;
|
|
business[1].value = res.data.length;
|
|
|
business[1].ratio = (res.data.length / 119 * 100).toFixed(2) + '%';
|
|
business[1].ratio = (res.data.length / 119 * 100).toFixed(2) + '%';
|
|
|
})
|
|
})
|