话术修改

This commit is contained in:
shidongli 2024-07-16 14:31:12 +08:00
parent 3d4b1b2ce0
commit bde48d75a5

View File

@ -356,8 +356,11 @@ export default {
methods: {
getlist() {
selectScriptEdgeNode(this.$route.query.id).then(res => {
this.form = JSON.parse(res.data.flowScheme)
this.form = JSON.parse(res.data.flowScheme)
if(res.data.flowScheme){
this.form = JSON.parse(res.data.flowScheme)
}
console.log(this.form)
this.form.nodes.forEach(e => {
if (e.label) {