瀏覽代碼

bug修复

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()
       }