丁烨烨 1 năm trước cách đây
mục cha
commit
431b44656d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) + '%';
     })