
--- client/views/pages/ctgry/CategoryManagement.vue
+++ client/views/pages/ctgry/CategoryManagement.vue
... | ... | @@ -131,7 +131,8 @@ |
131 | 131 |
searchReqDTO: { |
132 | 132 |
searchType: "nm", |
133 | 133 |
searchText: null, |
134 |
- useAt: null |
|
134 |
+ useAt: null, |
|
135 |
+ useAll: true, |
|
135 | 136 |
}, |
136 | 137 |
//신규등록 체크크 |
137 | 138 |
isNewInsert: true, |
... | ... | @@ -181,7 +182,7 @@ |
181 | 182 |
this.copySelectedCategory.useAt ='N' |
182 | 183 |
const response = await updateCategory(this.ctgryId, this.selectedCategory); |
183 | 184 |
if (response.status === 200) { |
184 |
- alert("삭제되었습니다.."); |
|
185 |
+ alert("삭제되었습니다."); |
|
185 | 186 |
this.searchCategories(); |
186 | 187 |
} |
187 | 188 |
} catch (error) { |
... | ... | @@ -197,7 +198,7 @@ |
197 | 198 |
this.copySelectedCategory.useAt ='Y' |
198 | 199 |
const response = await updateCategory(this.ctgryId, this.selectedCategory); |
199 | 200 |
if (response.status === 200) { |
200 |
- alert("복구되었습니다.."); |
|
201 |
+ alert("복구되었습니다."); |
|
201 | 202 |
this.searchCategories(); |
202 | 203 |
} |
203 | 204 |
} catch (error) { |
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?