Skip to content

Commit f8b56a8

Browse files
author
puhui999
committed
crm-客户:公海数据区分
1 parent 12b5920 commit f8b56a8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/views/crm/customer/index.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,12 @@ const list = ref([]) // 列表的数据
208208
const queryParams = reactive({
209209
pageNo: 1,
210210
pageSize: 10,
211-
name: null,
212-
mobile: null,
213-
industryId: null,
214-
level: null,
215-
source: null
211+
pool: false,
212+
name: '',
213+
mobile: '',
214+
industryId: undefined,
215+
level: undefined,
216+
source: undefined
216217
})
217218
const queryFormRef = ref() // 搜索的表单
218219
const exportLoading = ref(false) // 导出的加载中
@@ -238,6 +239,7 @@ const handleQuery = () => {
238239
/** 重置按钮操作 */
239240
const resetQuery = () => {
240241
queryFormRef.value.resetFields()
242+
queryParams.pool = false
241243
handleQuery()
242244
}
243245

0 commit comments

Comments
 (0)