huang_an 2 years ago
parent
commit
7ae5b460cb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/warehouseManagement/outgoingManagement/index.vue

+ 2 - 1
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -234,7 +234,8 @@
           pageNum: page,
           size: limit,
           bizStatus: 2,
-          ...params
+          ...params,
+          type: 2
         });
         return res;
       },