|
@@ -912,6 +912,12 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 筛选项确认
|
|
// 筛选项确认
|
|
|
onConfirm() {
|
|
onConfirm() {
|
|
|
|
|
+ this.setOption();
|
|
|
|
|
+ this.$refs.dropdownItem.toggle();
|
|
|
|
|
+ this.pageNum = 1;
|
|
|
|
|
+ this.getUserMyStoreList();
|
|
|
|
|
+ },
|
|
|
|
|
+ setOption() {
|
|
|
let titles = [];
|
|
let titles = [];
|
|
|
let values = [];
|
|
let values = [];
|
|
|
this.statusOption.forEach((val) => {
|
|
this.statusOption.forEach((val) => {
|
|
@@ -925,9 +931,6 @@ export default {
|
|
|
this.dropdownTitle = this.activatedTitles.length
|
|
this.dropdownTitle = this.activatedTitles.length
|
|
|
? this.activatedTitles.join(',')
|
|
? this.activatedTitles.join(',')
|
|
|
: '门店状态';
|
|
: '门店状态';
|
|
|
- this.$refs.dropdownItem.toggle();
|
|
|
|
|
- this.pageNum = 1;
|
|
|
|
|
- this.getUserMyStoreList();
|
|
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|