话术修改
This commit is contained in:
parent
3d4b1b2ce0
commit
bde48d75a5
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user