Explorar el Código

签到管理 签到配置 修复缺少的参数

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
dcf4a2a982
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/registration/regConfig/index.vue

+ 4 - 2
src/views/registration/regConfig/index.vue

@@ -172,12 +172,14 @@ export default {
       if (key === '签到奖励') {
         this.form.pointConfigContinueRList.push({
           signDay: '',
-          rewardPoint: ''
+          rewardPoint: '',
+          status: 1,
         })
       } else {
         this.form.pointConfigListenGoodList.push({
           listenTime: '',
-          rewardPoint: ''
+          rewardPoint: '',
+          type: this.form.notifyRewardType
         })
       }
     },