chenrui 3 лет назад
Родитель
Сommit
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()
       }