diff --git a/src/views/index.vue b/src/views/index.vue index bc7de67..a7b4ca4 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2125,6 +2125,7 @@ export default { this.numberNew + ',' + form.Direction + +',add' ) ); } else { @@ -2132,7 +2133,7 @@ export default { .getElementById('mapModule') .contentWindow.postFigureName( JSON.stringify( - res.data.data + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ',' + res.data.data + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ', '+',add' ) ); } @@ -2235,14 +2236,14 @@ export default { .getElementById('mapModule') .contentWindow.postFigureName( JSON.stringify( - form.id + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ',' + form.Direction + form.id + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ',' + form.Direction+',edit' ) ); } else { document .getElementById('mapModule') .contentWindow.postFigureName( - JSON.stringify(form.id + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ',') + JSON.stringify(form.id + ',' + form.name + ',' + this.startFigureName + ',' + this.numberNew + ', '+',edit') ); }