Browse Source

修改主页按钮无效

pda_nev
李俊城 11 months ago
parent
commit
6fbea88d39
  1. 7
      fe/PDA/pages/assemble/assembleTransfer.vue
  2. 8
      fe/PDA/pages/cotaing/coatingTransfer.vue
  3. 7
      fe/PDA/pages/injection/injectionTransfer.vue

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

8
fe/PDA/pages/cotaing/coatingTransfer.vue

@ -151,6 +151,14 @@
},
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
} else if (e.index === 1) {
window.location.reload();
}
},
methods: {
openScanPopup() {

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

Loading…
Cancel
Save