xg
This commit is contained in:
parent
3c5be6610f
commit
2cc4c336da
@ -149,7 +149,7 @@
|
||||
<el-form-item
|
||||
label="问卷库模板选择"
|
||||
prop=""
|
||||
v-if="form.taskSubdivisiontemplateType == 'QUESTIONNAIRE'"
|
||||
v-if="form.templateType == 'QUESTIONNAIRE'"
|
||||
>
|
||||
<el-input
|
||||
v-model="form.templateName"
|
||||
@ -160,7 +160,7 @@
|
||||
<el-form-item
|
||||
label="宣教库模板选择"
|
||||
prop=""
|
||||
v-if="form.taskSubdivisiontemplateType == 'PROPAGANDA'"
|
||||
v-if="form.templateType == 'PROPAGANDA'"
|
||||
>
|
||||
<el-input
|
||||
v-model="form.templateName"
|
||||
@ -409,7 +409,7 @@ export default {
|
||||
appletPushSign: '0',
|
||||
officialPushSign: '0',
|
||||
messagePushSign: '0',
|
||||
taskSubdivisiontemplateType: '',
|
||||
templateType: '',
|
||||
officialRemindContent: '',
|
||||
messagePreview: '',
|
||||
appletRemindContent: '',
|
||||
@ -583,7 +583,7 @@ export default {
|
||||
this.taskPartitionList = res.data
|
||||
this.form.taskSubdivision = ''
|
||||
this.form.taskSubdivisionName = ''
|
||||
this.form.taskSubdivisiontemplateType = ''
|
||||
this.form.templateType = ''
|
||||
if (taskSubdivision) {
|
||||
this.form.taskSubdivision = taskSubdivision
|
||||
this.changetaskSubdivision(taskSubdivision, 1)
|
||||
@ -600,7 +600,7 @@ export default {
|
||||
this.taskPartitionList.forEach(el => {
|
||||
if (code == el.taskPartitionCode) {
|
||||
this.form.executionTime = el.executionTime
|
||||
this.form.taskSubdivisiontemplateType = el.templateType
|
||||
this.form.templateType = el.templateType
|
||||
if (!type) {
|
||||
this.form.templateId = ''
|
||||
this.form.templateName = ''
|
||||
@ -630,7 +630,7 @@ export default {
|
||||
officialPushSign: '0',
|
||||
messagePushSign: '0',
|
||||
messagePreview: '',
|
||||
taskSubdivisiontemplateType: '',
|
||||
templateType: '',
|
||||
},
|
||||
]
|
||||
})
|
||||
@ -653,7 +653,7 @@ export default {
|
||||
appletRemindContent: '',
|
||||
appletPromptDescription: '',
|
||||
messagePreview: '',
|
||||
taskSubdivisiontemplateType: '',
|
||||
templateType: '',
|
||||
})
|
||||
},
|
||||
delitem(item, index) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user