admin_chrg 페이징/ 삭제 수정

This commit is contained in:
2023-03-28 16:52:44 +09:00
parent 0c8d3781fb
commit 393f802915
5 changed files with 91 additions and 32 deletions

View File

@@ -188,8 +188,14 @@ export default {
},
//삭제버튼
async ChrgDeleteModal(){
try {
const response = await custMgtApi.deleteChrg(this.row);
var parammap = {chrgSeq : this.chrgSeq}
var list = [];
list.push(parammap);
var param = {list : list}
// "list":[{"chrgSeq":"66"}]
const response = await custMgtApi.deleteChrg(param);
const result = response.data;
if (result != null && result.retCode == "0000") {
this.row.title = '충전금';