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