From c1168409221840807bc7b355cdb6df38af82ff5e Mon Sep 17 00:00:00 2001 From: qiudan <1044775178@qq.com> Date: Tue, 5 Dec 2023 15:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=81=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=9B=BE=E5=BD=A2=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE=E7=BB=99?= =?UTF-8?q?postFigureName=E5=A4=9A=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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') ); }