ZaiZai 1 năm trước cách đây
mục cha
commit
d8e91ef2b7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {