话术预览
This commit is contained in:
parent
bde48d75a5
commit
6b2533b73d
@ -528,9 +528,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getlist() {
|
getlist() {
|
||||||
selectScriptEdgeNode(this.$route.query.id).then(res => {
|
selectScriptEdgeNode(this.$route.query.id).then(res => {
|
||||||
this.form = JSON.parse(res.data.flowScheme)
|
if(res.data.flowScheme){
|
||||||
|
this.form = JSON.parse(res.data.flowScheme)
|
||||||
this.editor.getCurrentPage().read(this.form);
|
this.editor.getCurrentPage().read(this.form);
|
||||||
// console.log(this.form,'this.form')
|
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 初始化
|
// 初始化
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user