Browse Source

bug修复

chenrui 3 years ago
parent
commit
4d860e915e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inventoryManagement/inventoryChecking/detailModal.vue

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -351,7 +351,7 @@ export default {
       } else {
         const _this = this
         setTimeout(() => (
-          _this.$refs.table.refresh(true)
+          _this.resetSearchForm()
         ), 300)
       }
     },