mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:18:19 +09:00
반려 목로 ㄱ
This commit is contained in:
@@ -54,8 +54,8 @@ export default {
|
||||
try {
|
||||
const response = await channelMgtApi.tmpltRejectList(this.row);
|
||||
const result = response.data;
|
||||
if (result != null && result.retCode == "0000") {
|
||||
console.log(result);
|
||||
if (result != null && result.retCode == "0000") {
|
||||
this.list = result.rjtData.list;
|
||||
//console.log(this.list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user