@@ -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 {