From 9c0d69e81ea612943efbbd7744db7a1e10899237 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Thu, 11 Jun 2020 17:39:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E8=BD=A6=E6=AC=A1=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue b/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue index 73ab36207..177d624b3 100644 --- a/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue +++ b/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue @@ -74,6 +74,9 @@ export default { this.editModel.logicSectionCodeList.forEach(logicCode => { const section = this.$store.getters['map/getDeviceByCode'](logicCode); models.push(deepAssign(section, {_dispose: true})); + + const trainWindowModel = this.$store.getters['map/getDeviceByCode'](section.trainWindowCode); + models.push(deepAssign(trainWindowModel, {_dispose: true})); }); if (this.logicNum === 0) { logicSectionCodeList = []; From 6402e6312b64eb9232e6f676eefbf69ec8b2c222 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Thu, 11 Jun 2020 17:53:35 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=8C=BA=E6=AE=B5=20=E5=90=8D=E7=A7=B0=E5=81=8F=E7=A7=BB?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapoperate/section/logicBlock.vue | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue b/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue index 177d624b3..af3a48c51 100644 --- a/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue +++ b/src/views/newMap/newMapdraft/mapoperate/section/logicBlock.vue @@ -1,6 +1,6 @@ diff --git a/src/views/scriptManage/display/tipScriptRecordNew.vue b/src/views/scriptManage/display/tipScriptRecordNew.vue new file mode 100644 index 000000000..0c3b4b1a1 --- /dev/null +++ b/src/views/scriptManage/display/tipScriptRecordNew.vue @@ -0,0 +1,108 @@ + + + diff --git a/src/views/scriptManage/scriptRecord/addAction.vue b/src/views/scriptManage/scriptRecord/addAction.vue index 46d315955..426c6f000 100644 --- a/src/views/scriptManage/scriptRecord/addAction.vue +++ b/src/views/scriptManage/scriptRecord/addAction.vue @@ -11,6 +11,7 @@ + @@ -545,6 +546,10 @@ export default { }, changeItem() { if (!(this.isPause && this.isNotModify)) { + // debugger; + // if (this.modalData.actionVO.targetId) { + + // } const temp = this.modalData.actionVO.memberId; this.modalData.actionVO.memberId = this.modalData.actionVO.targetId; this.modalData.actionVO.targetId = temp;