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