fix: 修复报告编辑 queryParam 为空,值错误问题
This commit is contained in:
@@ -550,6 +550,8 @@ export default {
|
||||
}
|
||||
if (this.editObject.categoryParams.length > 0) {
|
||||
copyObject.config.queryParam = this.editObject.categoryParams
|
||||
} else {
|
||||
copyObject.config.queryParam = []
|
||||
}
|
||||
|
||||
// 校验scheduleConfig
|
||||
|
||||
Reference in New Issue
Block a user