mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
update
This commit is contained in:
@@ -573,6 +573,7 @@ export default {
|
||||
if (this.hasTreeFieldInQueryForm) {
|
||||
let treeVal = this.queryParams[this.queryFormTreeField.field];
|
||||
this.queryParams = {
|
||||
showMoreSearch: false,
|
||||
pageNumber: 1,
|
||||
pageSize: 10
|
||||
};
|
||||
|
||||
@@ -351,7 +351,7 @@ export default {
|
||||
if (gaeaSetting[settingName] != null) {
|
||||
return gaeaSetting[settingName]
|
||||
} else {
|
||||
console.error('没有找到系统参数' + settingName + ',请与后端联系')
|
||||
// console.error('没有找到系统参数' + settingName + ',请与后端联系')
|
||||
return null
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user