Explorar el Código

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

huang_an hace 2 años
padre
commit
9f1fd04245
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  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 = {