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