src/views/resource/patchTypeManagement.vue
@@ -265,8 +265,6 @@ loading.value = true listOfSpotTypesApi(searchparams).then(res => { const resData = res.data.data console.log('列表',resData.records); page.value.total = resData.total data.value = resData.records loading.value = false