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