话术预览

This commit is contained in:
shidongli 2024-07-16 14:34:04 +08:00
parent bde48d75a5
commit 6b2533b73d

View File

@ -528,9 +528,11 @@ export default {
methods: {
getlist() {
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);
// console.log(this.form,'this.form')
}
})
},
//