Explorar o código

fix:修改抽奖活动默认值

wuguojie hai 1 ano
pai
achega
95f1da2197
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/marketingManagement/configurate.vue

+ 2 - 1
src/views/marketingManagement/configurate.vue

@@ -223,7 +223,8 @@ let active = ref(0)
 const BasicFormRef = ref<FormInstance>()
 const BasicFormRef = ref<FormInstance>()
 
 
 let basicForm = ref({
 let basicForm = ref({
-  deptIds: []
+  deptIds: [],
+  actMethod: '2'
 })
 })
 const basicRules = ref<FormRules>({
 const basicRules = ref<FormRules>({
   actName: [
   actName: [