소스 검색

解决新增入库其他入库添加物品时不显示列表

huang_an 2 년 전
부모
커밋
9f1fd04245
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      src/views/warehouseManagement/components/selectType.vue

+ 6 - 5
src/views/warehouseManagement/components/selectType.vue

@@ -250,11 +250,12 @@
           }
           return cur;
         }, this.memoSelection.slice(0));
-        if (this.bizScene == 5) {
-          this._getAssetLedger();
-        } else {
-          this._getInformation();
-        }
+        this._getInformation();
+        // if (this.bizScene == 5) {
+        //   this._getAssetLedger();
+        // } else {
+        //   this._getInformation();
+        // }
       },
       async _getInformation() {
         const params = {