话术修改
This commit is contained in:
parent
3d4b1b2ce0
commit
bde48d75a5
@ -356,8 +356,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getlist() {
|
getlist() {
|
||||||
selectScriptEdgeNode(this.$route.query.id).then(res => {
|
selectScriptEdgeNode(this.$route.query.id).then(res => {
|
||||||
|
if(res.data.flowScheme){
|
||||||
this.form = JSON.parse(res.data.flowScheme)
|
this.form = JSON.parse(res.data.flowScheme)
|
||||||
this.form = JSON.parse(res.data.flowScheme)
|
|
||||||
|
}
|
||||||
|
|
||||||
console.log(this.form)
|
console.log(this.form)
|
||||||
this.form.nodes.forEach(e => {
|
this.form.nodes.forEach(e => {
|
||||||
if (e.label) {
|
if (e.label) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user