提交 ca356177 authored 作者: lidongxu's avatar lidongxu

refactor(store): 店铺名字搜索修复

同上
上级 82de0f8c
...@@ -157,7 +157,7 @@ import { debounce, resetObjValue } from '@/utils' ...@@ -157,7 +157,7 @@ import { debounce, resetObjValue } from '@/utils'
const { proxy } = getCurrentInstance(); const { proxy } = getCurrentInstance();
const { sale_channel, sale_platform, sys_normal_disable } = proxy.useDict('sale_channel', 'sale_platform', 'sys_normal_disable');// 渠道,平台,状态字典 const { sale_channel, sale_platform, sys_normal_disable } = proxy.useDict('sale_channel', 'sale_platform', 'sys_normal_disable'); // 渠道,平台,状态字典
const loading = ref(true) // 遮罩层 const loading = ref(true) // 遮罩层
const formRef = ref(null) const formRef = ref(null)
...@@ -225,7 +225,7 @@ const reset = () => { ...@@ -225,7 +225,7 @@ const reset = () => {
} }
/** 搜索按钮操作 */ /** 搜索按钮操作 */
const handleQuery = debounce(function () { const handleQuery = debounce(function () {
queryParams.value.pageNum = 1; queryParams.pageNum = 1;
getList(); getList();
}) })
/** 新增按钮操作 */ /** 新增按钮操作 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论