@@ -548,7 +548,7 @@ export default {
|
|||||||
if (schedulerEnd) {
|
if (schedulerEnd) {
|
||||||
copyObject.schedulerEnd = schedulerEnd
|
copyObject.schedulerEnd = schedulerEnd
|
||||||
}
|
}
|
||||||
if (this.editObject.categoryParams.length > 0) {
|
if (this.editObject.categoryParams && this.editObject.categoryParams.length > 0) {
|
||||||
copyObject.config.queryParam = this.editObject.categoryParams
|
copyObject.config.queryParam = this.editObject.categoryParams
|
||||||
} else {
|
} else {
|
||||||
copyObject.config.queryParam = []
|
copyObject.config.queryParam = []
|
||||||
|
|||||||
Reference in New Issue
Block a user