diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 8b6a791..3b9b1ce 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -690,7 +690,6 @@ export default { } this.filterQuery.page = 1; - this.filterQuery.supInoivceSearch=null; this.getList(); }, hideSearch() { diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue index dae6671..83f6298 100644 --- a/src/views/inventory/InvSupPreProducts.vue +++ b/src/views/inventory/InvSupPreProducts.vue @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 2, }; getInvListByUser(query) .then((response) => {