Browse Source

去除问题

master
赵鹏 1 month ago
parent
commit
2631343cf4
  1. 4
      src/views/enterpriseinspections/index.vue

4
src/views/enterpriseinspections/index.vue

@ -161,9 +161,7 @@ const getList = async () => {
try {
const data = await EnterpriseInspectionsApi.getEnterpriseInspectionsPage(queryParams)
data.list.forEach(item => {
item.tagList = item.tagList.join()
});
list.value = data.list
total.value = data.total

Loading…
Cancel
Save