This commit is contained in:
闫晓茹 2024-07-04 14:15:26 +08:00
parent 2ed0db22ae
commit e42487b600
5 changed files with 11 additions and 13 deletions

View File

@ -405,7 +405,7 @@
</div>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="imageScriptpreviews = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -419,7 +419,7 @@
<questionopennew :lookitemnew="lookitemnew"></questionopennew>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookquestionlist = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -685,7 +685,7 @@
></Scriptpreview>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookNodeContent = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -698,7 +698,7 @@
<questionopennew :lookitemnew="lookitemnew"></questionopennew>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookquestionname = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>

View File

@ -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

View File

@ -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;
});
},

View File

@ -79,7 +79,6 @@ export default {
},
watch: {
lookitemnew(newValue, oldValue) {
console.log(newValue, 'newValue111')
if (newValue) {
this.questiondata = newValue;
}

View File

@ -222,7 +222,7 @@
</div>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="imageScriptpreviews = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -235,7 +235,7 @@
<questionopennew :lookitemnew="lookitemnew"></questionopennew>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookquestionlist = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -525,7 +525,7 @@
></Scriptpreview>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookNodeContent = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>
@ -538,7 +538,7 @@
<questionopennew :lookitemnew="lookitemnew"></questionopennew>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="lookquestionname = false"
></el-button
>关闭</el-button
>
</span>
</el-dialog>