chenrui пре 3 година
родитељ
комит
4d860e915e
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
       }
     },