From 6fbea88d39bda94c580575e6e8c45b0d93040e3e Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 17 Jun 2024 09:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/assemble/assembleTransfer.vue | 7 +++++++ fe/PDA/pages/cotaing/coatingTransfer.vue | 8 ++++++++ fe/PDA/pages/injection/injectionTransfer.vue | 7 +++++++ 3 files changed, 22 insertions(+) diff --git a/fe/PDA/pages/assemble/assembleTransfer.vue b/fe/PDA/pages/assemble/assembleTransfer.vue index 43fe9b64f..7b830a0f5 100644 --- a/fe/PDA/pages/assemble/assembleTransfer.vue +++ b/fe/PDA/pages/assemble/assembleTransfer.vue @@ -150,6 +150,13 @@ this.options = getRemoveOption(); }, + onNavigationBarButtonTap(e) { + if (e.index === 0) { + goHome(); + } else if (e.index === 1) { + window.location.reload(); + } + }, methods: { diff --git a/fe/PDA/pages/cotaing/coatingTransfer.vue b/fe/PDA/pages/cotaing/coatingTransfer.vue index 373e6646c..1a02b5cf0 100644 --- a/fe/PDA/pages/cotaing/coatingTransfer.vue +++ b/fe/PDA/pages/cotaing/coatingTransfer.vue @@ -150,6 +150,14 @@ this.options = getRemoveOption(); }, + + onNavigationBarButtonTap(e) { + if (e.index === 0) { + goHome(); + } else if (e.index === 1) { + window.location.reload(); + } + }, methods: { diff --git a/fe/PDA/pages/injection/injectionTransfer.vue b/fe/PDA/pages/injection/injectionTransfer.vue index 778272569..f870dead3 100644 --- a/fe/PDA/pages/injection/injectionTransfer.vue +++ b/fe/PDA/pages/injection/injectionTransfer.vue @@ -150,6 +150,13 @@ this.options = getRemoveOption(); }, + onNavigationBarButtonTap(e) { + if (e.index === 0) { + goHome(); + } else if (e.index === 1) { + window.location.reload(); + } + }, methods: {