hfxc226 před 2 roky
rodič
revize
073ceb5fcc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/sb/position/SbPosition.vue

+ 1 - 1
src/views/sb/position/SbPosition.vue

@@ -322,7 +322,7 @@ export default {
         modal.base(res.data)
       })
     },
-    showScreen (position) {
+    handleSetting (position) {
       const a = document.createElement('a')
       a.href = '/opc?line=' + position.id
       a.target = '_blank'