|
|
@@ -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) {
|