丁烨烨 1 år sedan
förälder
incheckning
431b44656d
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/views/visualization/index.vue

+ 0 - 1
src/views/visualization/index.vue

@@ -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) + '%';
     })