diff --git a/src/views/inventory/invPreProducts.vue b/src/views/inventory/invPreProducts.vue
index f687332..3cf6a98 100644
--- a/src/views/inventory/invPreProducts.vue
+++ b/src/views/inventory/invPreProducts.vue
@@ -7,7 +7,7 @@
-
+
@@ -193,6 +193,7 @@ export default {
busTypes: [],
idQuery: null,
showSup: false,
+
};
},
components: {
@@ -330,7 +331,7 @@ export default {
getBussinessType(query)
.then((response) => {
this.busTypes = response.data.list || [];
- this.filterQuery.billAction = this.busTypes[0].action;
+ // this.filterQuery.billAction = this.busTypes[0].action;
// this.getList();
})
.catch(() => {