diff --git a/src/pages/count/job/fuzzyCountDetail.vue b/src/pages/count/job/fuzzyCountDetail.vue index ad1a4642..617d404c 100644 --- a/src/pages/count/job/fuzzyCountDetail.vue +++ b/src/pages/count/job/fuzzyCountDetail.vue @@ -318,7 +318,7 @@ scanPopupLoseFocus() { if (this.$refs.scanPopup != undefined) { - this.$refs.scanPopup.packLoseFocus(); + this.$refs.scanPopup.losefocus(); } },