diff --git a/src/views/enterpriseinspections/index.vue b/src/views/enterpriseinspections/index.vue index 6020239..43bbdec 100644 --- a/src/views/enterpriseinspections/index.vue +++ b/src/views/enterpriseinspections/index.vue @@ -71,16 +71,24 @@ :show-overflow-tooltip="true" @selection-change="handleSelectionChange" > - + - + + + - + + + @@ -160,11 +168,6 @@ const getList = async () => { loading.value = true try { const data = await EnterpriseInspectionsApi.getEnterpriseInspectionsPage(queryParams) - - data.list.forEach(item => { - item.tagList = item.tagList.join() - }); - list.value = data.list total.value = data.total } finally { diff --git a/src/views/system/user/examine.vue b/src/views/system/user/examine.vue index 920266f..be6e089 100644 --- a/src/views/system/user/examine.vue +++ b/src/views/system/user/examine.vue @@ -153,7 +153,7 @@ const queryParams = reactive({ status: undefined, deptId: undefined, audit: [1,3], - userType: "1,2", + userType: "2, 3", createTime: [] }) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 9bc1349..6ef0e76 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -100,13 +100,7 @@ -