知识卡片
@@ -1132,7 +1132,6 @@ export default indexjs;
}
}
}
-
}
}
diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js
index e511b18..6b346d7 100644
--- a/src/views/system/ManageNodeInformation/indexjs.js
+++ b/src/views/system/ManageNodeInformation/indexjs.js
@@ -49,7 +49,7 @@ export default {
lookNodeContent: false,
lookquestionname: false,
lookquestionlist: false,//问卷
- imageScriptpreviews:false,//宣教
+ imageScriptpreviews: false,//宣教
formview: {},
lookitemnew: {},
baseUrl: process.env.VUE_APP_BASE_API,
@@ -161,9 +161,6 @@ export default {
},
},
- mounted() {
- // this.form = this.lists[0].list[0];
- },
methods: {
// 短信提醒
infolistword() {
@@ -626,10 +623,8 @@ export default {
},
// 话术
messageontemplateword(item) {
- console.log(item, 'item')
this.form.phoneTemplateId = item.templateId;
this.form.phoneTemplateName = item.templateName;
-
this.phoneNodeContent = item.phoneNodeContent;
},
// 预览话术图
@@ -641,14 +636,14 @@ export default {
this.lookquestionname = true
},
// 宣教预览
- imagepreviews(){
- this.imageScriptpreviews=true
+ imagepreviews() {
+ this.imageScriptpreviews = true
},
// 问卷库模板选择
looklist() {
this.lookquestionlist = true
},
-
+ // 切换人工电话和自动外呼
changephoneDialMethod(e) {
console.log(e)
if (e == 'AI') {
@@ -659,21 +654,15 @@ export default {
// 清空话术和问卷
this.phoneNodeContent = ''
this.lookitemnew = ''
-
-
} else if (e == 'COMMON') {
// 清空问卷id话术id和对应名字
-
this.form.templateId = ''
this.form.templateName = ''
-
this.form.phoneTemplateId = ''
this.form.phoneTemplateName = ''
// 清空话术和问卷
this.phoneNodeContent = ''
this.lookitemnew = ''
-
-
}
},
//短信传值
@@ -748,8 +737,6 @@ export default {
// !e.taskStatus
// );
// return
-
-
specialDiseaseNode(this.itemlist).then((res) => {
this.info();
loading.close();
@@ -787,33 +774,20 @@ export default {
}
setTimeout(() => {
this.form = uitem;
- // console.log( this.form,'this.form')
- // console.log(this.form, ' this.form')
this.$forceUpdate()
if (this.form.templateType == "PROPAGANDA" && this.form.templateId) {
getPropaganda(this.form.templateId).then((response) => {
- // console.log(response.data, 'this.formview')
-
this.formview = response.data;
});
} else if (this.form.templateType == "QUESTIONNAIRE" && this.form.templateId) {
questionname(this.form.templateId).then((res) => {
- // console.log(res, "res");
this.lookitemnew = res.data;
});
- // this.loading=true
-
} else if (this.form.templateType == 'SCRIPT' && this.form.flowScheme) {
-
this.phoneNodeContent = this.form.flowScheme
- console.log(this.phoneNodeContent, 'this.phoneNodeContent11')
-
-
}
-
-
this.taskPartitionList = [];
if (this.form.taskType) {
this.changeTaskType(this.form.taskType, this.form.taskSubdivision);
diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue
index ac47aec..f71f05a 100644
--- a/src/views/system/specialDiseaseNode/index.vue
+++ b/src/views/system/specialDiseaseNode/index.vue
@@ -204,6 +204,7 @@
form.templateId
"
>
+
文章模板:{{ formview.propagandaTitle }}
{{ formview.propagandaTitle }}
From e42487b6000793377bbd0914c61f9bf395ce2f27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Thu, 4 Jul 2024 14:15:26 +0800
Subject: [PATCH 9/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/ManageNodeInformation/index.vue | 8 ++++----
src/views/system/ManageNodeInformation/indexjs.js | 5 ++---
src/views/system/components/question.vue | 2 +-
src/views/system/components/questionopennew.vue | 1 -
src/views/system/specialDiseaseNode/index.vue | 8 ++++----
5 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue
index bc77055..00c44e1 100644
--- a/src/views/system/ManageNodeInformation/index.vue
+++ b/src/views/system/ManageNodeInformation/index.vue
@@ -405,7 +405,7 @@
@@ -419,7 +419,7 @@
@@ -685,7 +685,7 @@
>
@@ -698,7 +698,7 @@
diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js
index 6b346d7..a109c0a 100644
--- a/src/views/system/ManageNodeInformation/indexjs.js
+++ b/src/views/system/ManageNodeInformation/indexjs.js
@@ -354,7 +354,6 @@ export default {
if (e.templateType == 'SCRIPT' && e.flowScheme) {
this.phoneNodeContent = e.flowScheme
- console.log(this.phoneNodeContent, 'this.phoneNodeContent')
}
@@ -645,7 +644,7 @@ export default {
},
// 切换人工电话和自动外呼
changephoneDialMethod(e) {
- console.log(e)
+ // console.log(e)
if (e == 'AI') {
// this.form.templateId=''
// 清空问卷id和名字
@@ -749,7 +748,7 @@ export default {
},
//问卷传值
questionontemplate(item) {
- console.log(item, 'iten')
+ // console.log(item, 'iten')
this.form.templateId = item.templateId;
this.form.templateName = item.templateName;
this.lookitemnew = item.lookitemnew
diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue
index 28e4068..4fb8be1 100644
--- a/src/views/system/components/question.vue
+++ b/src/views/system/components/question.vue
@@ -267,7 +267,7 @@ export default {
this.showquestion = true;
questionname(row.id).then((res) => {
- console.log(res, "res");
+ // console.log(res, "res");
this.lookitemnew = res.data;
});
},
diff --git a/src/views/system/components/questionopennew.vue b/src/views/system/components/questionopennew.vue
index 25be262..a80809f 100644
--- a/src/views/system/components/questionopennew.vue
+++ b/src/views/system/components/questionopennew.vue
@@ -79,7 +79,6 @@ export default {
},
watch: {
lookitemnew(newValue, oldValue) {
- console.log(newValue, 'newValue111')
if (newValue) {
this.questiondata = newValue;
}
diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue
index f71f05a..8f9020c 100644
--- a/src/views/system/specialDiseaseNode/index.vue
+++ b/src/views/system/specialDiseaseNode/index.vue
@@ -222,7 +222,7 @@
@@ -525,7 +525,7 @@
>
@@ -538,7 +538,7 @@