
--- client/views/component/modal/CategorySelectModal.vue
+++ client/views/component/modal/CategorySelectModal.vue
... | ... | @@ -85,6 +85,9 @@ |
85 | 85 |
// 목록 조회 |
86 | 86 |
async fnFindAllCategory() { |
87 | 87 |
try { |
88 |
+ if (this.searchReqDTO.hasOwnProperty('ctgryIds')) { |
|
89 |
+ delete this.searchReqDTO.ctgryIds; |
|
90 |
+ } |
|
88 | 91 |
if (this.selectedCtgries.length > 0) { |
89 | 92 |
this.searchReqDTO.selectedCtgryIds = this.selectedCtgries.map(item => item.ctgryId).join(','); |
90 | 93 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?