mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:04:44 +09:00
admin_chrg 페이징/ 삭제 수정
This commit is contained in:
@@ -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 = '충전금';
|
||||
|
||||
Reference in New Issue
Block a user