feat: CRM 客户限制

This commit is contained in:
Wanwan 2023-11-15 21:55:44 +08:00
parent 702f23e672
commit 22206b25e1

View File

@ -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