Browse Source

修改盘点弹框错误

lijuncheng0816
lijuncheng 1 month ago
parent
commit
6c59175d87
  1. 2
      src/pages/count/job/fuzzyCountDetail.vue

2
src/pages/count/job/fuzzyCountDetail.vue

@ -318,7 +318,7 @@
scanPopupLoseFocus() { scanPopupLoseFocus() {
if (this.$refs.scanPopup != undefined) { if (this.$refs.scanPopup != undefined) {
this.$refs.scanPopup.packLoseFocus(); this.$refs.scanPopup.losefocus();
} }
}, },

Loading…
Cancel
Save