Browse Source

修改光标获取

hella_online_20240821
lijuncheng 3 months ago
parent
commit
04441d2739
  1. 4
      src/pages/inventoryMove/coms/comMoveRecord.vue

4
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -305,7 +305,9 @@
} }
this.$refs.comMessage.showErrorMessage(message, res => { this.$refs.comMessage.showErrorMessage(message, res => {
if (res) { if (res) {
if (this.$refs.scanPopup) {
this.$refs.scanPopup.packGetFocus()
}
} }
}); });
}, },

Loading…
Cancel
Save