From 0a1052b26f5fbe8fac36b5401b6692cbf9bc5ab6 Mon Sep 17 00:00:00 2001 From: qiudan <1044775178@qq.com> Date: Wed, 28 Feb 2024 14:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E5=87=BB=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E5=8C=BA=E5=9B=BE=E5=BD=A2=EF=BC=8C=E7=BC=BA=E5=B0=91?= =?UTF-8?q?direction=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 803a2cf..8aa5857 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1859,9 +1859,10 @@ export default { } }); }, - //修改模拟区组件、图形 + //双击修改模拟区组件、图形 getSimulationAreaEdit(id, type, componentType, name, number) { - //console.log('number', number); + // console.log('执行了getSimulationAreaEdit'); + // console.log('number', number); this.numberNew = number; if (type == '图形') { this.form.id = id; @@ -1871,6 +1872,7 @@ export default { getJianktxDetails({ GraphicId: this.form.id }).then((res) => { this.form.name = res.data.data.graphicName; this.form.type = res.data.data.graphicType; + this.form.Direction = res.data.data.direction; this.typeCheckList = res.data.data.type.split('|'); if (res.data.data.isPerceptualCoding == '0') { this.switchValue = 0; @@ -2042,7 +2044,7 @@ export default { this.title = this.figureType(item); this.orderShow = false; }, - //双击图形修改图形名称弹框 + //右击图形修改图形名称弹框 getModifyTheNameN(data, number) { this.orderShow = true; //console.log('data', data);