Commit 22206b25 by Wanwan

feat: CRM 客户限制

parent 702f23e6
......@@ -89,6 +89,8 @@ defineOptions({ name: 'CustomerLimitConfDetails' })
const message = useMessage() // 消息弹窗
const { t } = useI18n() // 国际化
const { confType } = defineProps<{ confType: LimitConfType }>()
const loading = ref(true) // 列表的加载中
const total = ref(0) // 列表的总页数
const list = ref([]) // 列表的数据
......@@ -131,8 +133,6 @@ const handleDelete = async (id: number) => {
} catch {}
}
const { confType } = defineProps<{ confType: LimitConfType }>()
/** 搜索按钮操作 */
const handleQuery = () => {
queryParams.pageNo = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment