|
|
|
|
@ -298,7 +298,8 @@
|
|
|
|
|
isShow: false,
|
|
|
|
|
type: 'add',
|
|
|
|
|
active: 0,
|
|
|
|
|
id: '',
|
|
|
|
|
id: '',
|
|
|
|
|
course_signs_count:0,
|
|
|
|
|
action: `${process.env.VUE_APP_UPLOAD_API}`,
|
|
|
|
|
showTinymce: false,
|
|
|
|
|
courseTypesList: [],
|
|
|
|
|
@ -503,7 +504,7 @@
|
|
|
|
|
if (res.qun_image) {
|
|
|
|
|
this.qunList.push(res.qun_image)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.course_signs_count = res.course_signs_count
|
|
|
|
|
this.publicizeList = res.publicize
|
|
|
|
|
this.form.dateRange = res.start_date ? [res.start_date, res.end_date] : ''
|
|
|
|
|
this.form.status = res.status ? res.status : 0
|
|
|
|
|
@ -537,7 +538,8 @@
|
|
|
|
|
// 打开自定义表单
|
|
|
|
|
editForm(type, id) {
|
|
|
|
|
// this.$refs.applyForm.formList = deepCopy(this.formList)
|
|
|
|
|
this.$refs.applyForm.course_id = this.id
|
|
|
|
|
this.$refs.applyForm.course_id = this.id
|
|
|
|
|
this.$refs.applyForm.course_signs_count = this.course_signs_count
|
|
|
|
|
this.$refs.applyForm.dialogVisible = true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -553,7 +555,8 @@
|
|
|
|
|
this.showTinymce = true
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.id = ''
|
|
|
|
|
this.id = ''
|
|
|
|
|
this.course_signs_count = 0
|
|
|
|
|
this.showTinymce = false
|
|
|
|
|
this.imgList = []
|
|
|
|
|
this.qunList = []
|
|
|
|
|
|