修改
This commit is contained in:
parent
2ed0db22ae
commit
e42487b600
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
});
|
||||
},
|
||||
|
||||
@ -79,7 +79,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
lookitemnew(newValue, oldValue) {
|
||||
console.log(newValue, 'newValue111')
|
||||
if (newValue) {
|
||||
this.questiondata = newValue;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user