丁烨烨 1 년 전
부모
커밋
057455cdd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/visualization/index.vue

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

@@ -728,7 +728,7 @@ function obtaingetDishonestDebtor() {
     getDishonestDebtor(queryParams.value).then((res) => {
         console.log("查询失信被执行人:", res)
         res.forEach(item => {
-            const ObjectValue = {
+            const ObjectValue = { 
                 name: item.enterpriseName,
                 time: '失信被执行人',
                 state: 1,