Skip to content

Commit 22206b2

Browse files
committed
feat: CRM 客户限制
1 parent 702f23e commit 22206b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ defineOptions({ name: 'CustomerLimitConfDetails' })
8989
const message = useMessage() // 消息弹窗
9090
const { t } = useI18n() // 国际化
9191
92+
const { confType } = defineProps<{ confType: LimitConfType }>()
93+
9294
const loading = ref(true) // 列表的加载中
9395
const total = ref(0) // 列表的总页数
9496
const list = ref([]) // 列表的数据
@@ -131,8 +133,6 @@ const handleDelete = async (id: number) => {
131133
} catch {}
132134
}
133135
134-
const { confType } = defineProps<{ confType: LimitConfType }>()
135-
136136
/** 搜索按钮操作 */
137137
const handleQuery = () => {
138138
queryParams.pageNo = 1

0 commit comments

Comments
 (0)