给页面移除角色类型的参数
This commit is contained in:
@@ -83,8 +83,7 @@ export const FinancialListMixin = {
|
||||
},
|
||||
searchReset() {
|
||||
this.queryParam = {
|
||||
type: this.queryParam.type,
|
||||
roleType: Vue.ls.get('roleType')
|
||||
type: this.queryParam.type
|
||||
}
|
||||
this.loadData(1);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user