Xiao_123 il y a 11 mois
Parent
commit
7e75bb9cf1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/menduner/reward/points/index.vue

+ 1 - 1
src/views/menduner/reward/points/index.vue

@@ -26,7 +26,7 @@
           class="!w-240px"
         >
           <el-option
-            v-for="dict in getIntDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.MENDUNER_POINT_BIZ_TYPE)"
             :key="dict.value"
             :label="dict.label"
             :value="dict.value"