htc 3 天之前
父节点
当前提交
79af70d1bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/modules/activity/add.vue

+ 1 - 0
src/views/modules/activity/add.vue

@@ -345,6 +345,7 @@ export default {
         this.moreForm.recruitmentFlag = +this.moreForm.recruitmentMax === 0 ? 2 : 1
         this.moreForm.userLevelFlag = +this.moreForm.userLevel === 0 ? 0 : 1
         this.moreForm.userAgeFlag = +this.moreForm.userAgeMax === 0 ? 2 : 1
+        this.moreForm.state = !!res.data.state
       })
     },
     updateObjectFromSource (target, source) {