Browse Source

bug修复

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

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

@@ -373,6 +373,7 @@ export default {
     },
     itemSn (newValue, oldValue) {
       if (this.isShow && newValue) {
+        this.isPrice = false
         this.getDetail()
         this.getWarehouseList()
       }