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