Bläddra i källkod

feat: CRM 客户限制

(cherry picked from commit 22206b25e1357e6f69a4d027d130544affcc3b04)
Wanwan 1 år sedan
förälder
incheckning
13d1b3a084
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue

+ 2 - 2
src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue

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