@@ -7,7 +7,7 @@
<a-col :lg="6">
<a-form-item name="marketType">
<template #label><span title="套餐类型">套餐类型</span></template>
- <j-dict-select-tag v-model:value="queryParam.marketType" dictCode="dict_market_type" placeholder="请选择套餐类型" allow-clear />
+ <j-dict-select-tag v-model:value="queryParam.marketType" dictCode="dict_plan_type" placeholder="请选择套餐类型" allow-clear />
</a-form-item>
</a-col>
@@ -6,7 +6,7 @@
<a-row>
<a-col :span="24">
<a-form-item label="套餐类型" v-bind="validateInfos.marketType">
- <j-dict-select-tag v-model:value="formData.marketType" dictCode="dict_market_type" placeholder="请选择套餐类型" allow-clear />
+ <j-dict-select-tag v-model:value="formData.marketType" dictCode="dict_plan_type" placeholder="请选择套餐类型" allow-clear />