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: {