|
@@ -103,6 +103,7 @@ import VendorRow from '../components/vendor/Row';
|
|
|
import SearchBar from '../components/bar/SearchBarWithValue.vue';
|
|
import SearchBar from '../components/bar/SearchBarWithValue.vue';
|
|
|
import FilterSortBar from '../components/bar/FilterSortBar';
|
|
import FilterSortBar from '../components/bar/FilterSortBar';
|
|
|
import SortList from '../components/SortList';
|
|
import SortList from '../components/SortList';
|
|
|
|
|
+import pages from '../mixins/pages';
|
|
|
import { EnterpriseType } from '../utils/appState';
|
|
import { EnterpriseType } from '../utils/appState';
|
|
|
import EnterpriseTypeFilter from '../components/filter/EnterpriseType';
|
|
import EnterpriseTypeFilter from '../components/filter/EnterpriseType';
|
|
|
import ProductCategoryFilter from '../components/filter/ProductCategory';
|
|
import ProductCategoryFilter from '../components/filter/ProductCategory';
|
|
@@ -153,7 +154,7 @@ export default {
|
|
|
return this.enterpriseType ? EnterpriseType.get(this.enterpriseType) : '';
|
|
return this.enterpriseType ? EnterpriseType.get(this.enterpriseType) : '';
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- mixins: [searchList],
|
|
|
|
|
|
|
+ mixins: [searchList, pages],
|
|
|
onLoad() {
|
|
onLoad() {
|
|
|
getBanner('VENDOR').then(res => {
|
|
getBanner('VENDOR').then(res => {
|
|
|
console.log(res);
|
|
console.log(res);
|