diff --git a/src/views/erp/stock/in/index.vue b/src/views/erp/stock/in/index.vue index 6ac7236f..a11bdf18 100644 --- a/src/views/erp/stock/in/index.vue +++ b/src/views/erp/stock/in/index.vue @@ -302,7 +302,6 @@ const queryParams = reactive({ productId: undefined, supplierId: undefined, inTime: [], - status: 10, remark: undefined, inType: undefined, creator: undefined diff --git a/src/views/erp/stock/out/index.vue b/src/views/erp/stock/out/index.vue index cb8e940d..26bd4c79 100644 --- a/src/views/erp/stock/out/index.vue +++ b/src/views/erp/stock/out/index.vue @@ -307,7 +307,6 @@ const queryParams = reactive({ outType: undefined, warehouseId: undefined, outTime: [], - status: 10, remark: undefined, creator: undefined })