|
@@ -164,11 +164,11 @@ export default {
|
|
|
userId: "",
|
|
|
organId: "",
|
|
|
month: "",
|
|
|
- ids:''
|
|
|
+ searchType:''
|
|
|
},
|
|
|
handleForm: {
|
|
|
memo: "",
|
|
|
- id: "",
|
|
|
+ searchType: "",
|
|
|
},
|
|
|
tableList: [],
|
|
|
handleVisible: false,
|
|
@@ -203,7 +203,7 @@ export default {
|
|
|
...this.searchForm,
|
|
|
page: this.rules.page,
|
|
|
rows: this.rules.limit,
|
|
|
- ids: this.$route.query.ids,
|
|
|
+ searchType: this.$route.query.searchType,
|
|
|
});
|
|
|
this.tableList = res.data.rows;
|
|
|
this.rules.total = res.data.total;
|