手动创建任务 话术

This commit is contained in:
shidongli 2024-08-05 14:10:11 +08:00
parent e71bc5dbea
commit c039f4e38b

View File

@ -632,6 +632,8 @@ export default {
messageontemplateword(item) {
this.formInline.phoneId = item.templateId;
this.formInline.phoneTemplateName = item.templateName;
this.list[this.listindex].scriptInfoId=item.scriptInfoId
this.list[this.listindex].phoneTemplateId=item.phoneTemplateId
},
//
officialAccountontemplate(item) {
@ -690,22 +692,6 @@ export default {
cancelButtonText: '取消',
}).then(() => {
this.updata.routeNodeList = this.list;
// this.updata.routeNodeList.forEach((el) => {
// if (el.phoneDialMethod == "COMMON" && el.questionInfoId) {
// el.templateType = "QUESTIONNAIRE";
// } else if (el.phoneDialMethod == "COMMON" && el.phoneId) {
// el.templateType = "SCRIPT";
// } else if (el.phoneDialMethod == "AI" && el.phoneId) {
// el.templateType = "SCRIPT";
// }
// });
// this.updata.triggerConditionList.forEach((e) => {
// e.routeId = this.$route.query.id;
// e.routeName = this.$route.query.routeName;
// delete e.optionstriggerConditionOperator
// });
// delete this.updata.triggerConditionList.optionstriggerConditionOperator
// return
signrouteadd(this.updata).then((res) => {
this.$notify({
type: "success",
@ -748,6 +734,10 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep .el-form--inline .el-form-item__label{
display: inline-block !important;
float: inline-start !important;
}
.titlemengt {
width: 98.5%;
border-radius: 10px;