修改路径节点
This commit is contained in:
parent
56f71ca49e
commit
ce44e95737
@ -117,12 +117,11 @@ export default {
|
||||
}
|
||||
this.taskinfo();
|
||||
this.infolistname();
|
||||
|
||||
this.infolists();
|
||||
this.infolistoptionslistS();
|
||||
this.infolistMESSAGE();
|
||||
this.infolistword();
|
||||
this.optiononditionOperator();
|
||||
// this.optiononditionOperator();
|
||||
this.optiononditionOperators();
|
||||
},
|
||||
beforeDestroy() { },
|
||||
@ -518,6 +517,7 @@ export default {
|
||||
// this.optionstriggerConditionOperator = res.data;
|
||||
// });
|
||||
});
|
||||
this.optiononditionOperator();
|
||||
if (res.data.length == 1) {
|
||||
// 回显一条时
|
||||
this.updata = res.data[0];
|
||||
|
||||
@ -168,7 +168,7 @@ export default {
|
||||
questionnaireStatus: "PUBLISHED",
|
||||
// questionType: "REGULAR_QUESTIONNAIRE",
|
||||
}).then(response => {
|
||||
console.log('0000000000')
|
||||
// console.log('0000000000')
|
||||
// response.data.forEach(e => {
|
||||
// e.label = e.departmentName
|
||||
// })
|
||||
|
||||
@ -332,7 +332,7 @@ export default {
|
||||
});
|
||||
|
||||
bankLevel("3").then((res) => {
|
||||
console.log(res, "打印res值");
|
||||
// console.log(res, "打印res值");
|
||||
// res.forEach((e) => {
|
||||
// e.children.forEach((el) => {
|
||||
// el.children.forEach((f) => {
|
||||
@ -344,7 +344,7 @@ export default {
|
||||
// });
|
||||
// });
|
||||
this.fieldoptions = res;
|
||||
console.log(this.fieldoptions, "***");
|
||||
// console.log(this.fieldoptions, "***");
|
||||
});
|
||||
},
|
||||
beforeClose() {
|
||||
|
||||
@ -299,9 +299,9 @@
|
||||
<div class="pushMethod">
|
||||
推送方式:
|
||||
<span>
|
||||
<el-radio-group v-model="form.sex">
|
||||
<el-radio label="MALE">人工电话</el-radio>
|
||||
<el-radio label="FEMALE">自动外呼</el-radio>
|
||||
<el-radio-group v-model="form.phoneDialMethod">
|
||||
<el-radio label="COMMON">人工电话</el-radio>
|
||||
<el-radio label="AI">自动外呼</el-radio>
|
||||
</el-radio-group>
|
||||
</span>
|
||||
</div>
|
||||
@ -322,7 +322,7 @@
|
||||
></scripts>
|
||||
</span>
|
||||
</div>
|
||||
<div class="pushMethod" v-if="form.sex == 'MALE' || !form.sex">
|
||||
<div class="pushMethod" v-if="form.phoneDialMethod == 'COMMON' || !form.phoneDialMethod">
|
||||
问卷模板:
|
||||
<span class="spanname" v-if="form.phoneTemplateId">
|
||||
<question
|
||||
|
||||
Loading…
Reference in New Issue
Block a user