diff --git a/src/views/enterpriseinspections/index.vue b/src/views/enterpriseinspections/index.vue index e114f1c..6020239 100644 --- a/src/views/enterpriseinspections/index.vue +++ b/src/views/enterpriseinspections/index.vue @@ -10,7 +10,7 @@ > - + 搜索 重置 @@ -142,9 +142,8 @@ const total = ref(0) // 列表的总页数 const queryParams = reactive({ pageNo: 1, pageSize: 10, - taskId: undefined, - enterpriseId: undefined, - createTime: [], + taskName: undefined, + enterpriseName: undefined, }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中