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 {