|
@@ -295,7 +295,7 @@ export default {
|
|
getGrouping() {
|
|
getGrouping() {
|
|
let params = {
|
|
let params = {
|
|
...this.queryParams,//分页信息
|
|
...this.queryParams,//分页信息
|
|
- ...this.searchOption,//检索条件
|
|
|
|
|
|
+ searchQuery: this.$commonJS.objectToString(this.searchOption),//检索条件
|
|
orderDTOList: this.sort,//排序
|
|
orderDTOList: this.sort,//排序
|
|
groupBy: this.group,//分组的值
|
|
groupBy: this.group,//分组的值
|
|
}
|
|
}
|
|
@@ -393,7 +393,6 @@ export default {
|
|
getMessage(val) {
|
|
getMessage(val) {
|
|
this.handleMessage = val
|
|
this.handleMessage = val
|
|
this.queryParams.current = 1
|
|
this.queryParams.current = 1
|
|
- this.searchOption.searchQuery=''
|
|
|
|
// this.getList()
|
|
// this.getList()
|
|
this.isGrouping()
|
|
this.isGrouping()
|
|
this.clearMessage()
|
|
this.clearMessage()
|