From dfab1da1c67a9d2a10b471d251f85d81278e5a2b Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Wed, 21 Jul 2021 17:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E6=A3=80=E6=B5=8B=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4=20=20=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E8=BF=9B=E8=B7=AF=E5=8A=9E=E7=90=86=E7=A1=AE=E8=AE=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/menus/dialog/routeDetail.vue | 13 +- .../menus/dialog/routeHandControl.vue | 11 +- .../theme/components/utils/menuOperate.js | 5 + .../xian_01/menus/dialog/conflictRoute.vue | 186 ++++++++++++++++++ .../theme/xian_01/menus/menuSignal.vue | 21 ++ src/scripts/cmdPlugin/CommandEnum.js | 4 +- src/scripts/cmdPlugin/Handler.js | 1 + src/scripts/cmdPlugin/OperationHandler.js | 7 + 8 files changed, 237 insertions(+), 11 deletions(-) create mode 100644 src/jmapNew/theme/xian_01/menus/dialog/conflictRoute.vue diff --git a/src/jmapNew/theme/components/menus/dialog/routeDetail.vue b/src/jmapNew/theme/components/menus/dialog/routeDetail.vue index 34eb60f43..fab1c9311 100644 --- a/src/jmapNew/theme/components/menus/dialog/routeDetail.vue +++ b/src/jmapNew/theme/components/menus/dialog/routeDetail.vue @@ -39,9 +39,14 @@ {{ scope.row.name }} - + @@ -112,7 +117,7 @@ export default { }, methods: { doShow(operate, selected, tempData) { - this.$root.$emit('dialogOpen', selected); + this.$root.$emit('dialogOpen', selected); this.selected = selected; // 如果不是因为断点激活则需要,初始化菜单初始值 if (!this.dialogShow) { @@ -142,7 +147,7 @@ export default { doClose() { this.loading = false; this.dialogShow = false; - this.$root.$emit('dialogClose', this.selected); + this.$root.$emit('dialogClose', this.selected); this.$store.dispatch('training/emitTipFresh'); // mouseCancelState(this.selected); }, diff --git a/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue b/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue index 66dd27716..91b619eec 100644 --- a/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue +++ b/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue @@ -54,9 +54,8 @@ -