Ver Fonte

no message

Moss há 1 ano atrás
pai
commit
ebe177d45a

+ 1 - 1
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -916,7 +916,7 @@ export default {
     },
 
     getStorageList() {
-      Storage.getList({ pageNum: 1, pageSize: -1 }).then(res => {
+      Storage.getList({ pageNum: 1, pageSize: -1, type: '商品' }).then(res => {
         this.storageList = res.data.records;
       })
     },