|
@@ -112,7 +112,7 @@ export default {
|
|
|
components: { pagination, artistClock },
|
|
|
data() {
|
|
|
return {
|
|
|
- searchForm: {},
|
|
|
+ searchForm: {search:'',imGroupId:''},
|
|
|
tableList: [],
|
|
|
imGroupIdList: [],
|
|
|
title: this.$route.query.name || "",
|
|
@@ -148,7 +148,10 @@ export default {
|
|
|
this.pageInfo.page = 1;
|
|
|
this.getList();
|
|
|
},
|
|
|
- onReset() {},
|
|
|
+ onReset() {
|
|
|
+ this.searchForm={search:'',imGroupId:''};
|
|
|
+ this.search()
|
|
|
+ },
|
|
|
async getList() {
|
|
|
let params = {
|
|
|
...this.searchForm,
|