ZaiZai 1 년 전
부모
커밋
d8e91ef2b7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/ledger/components/construction.vue

+ 0 - 1
src/views/ledger/components/construction.vue

@@ -162,7 +162,6 @@ const getTableConstructionData = async () => {
     //判断状态
     tableConstructionLoading.value = false
     if (!error && code === 200) {
-       
         tableConstructionData.value = getArrValue(data?.records) || []
         searchConstructionForm.value.total = data?.total || 0
     } else {