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:
@@ -206,13 +206,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 사용 && 점검중 선택
|
// 사용 && 점검중 선택
|
||||||
if (this.state == 'NOTUSE') {
|
|
||||||
this.row.title = '서비스 점검 설정';
|
this.row.title = '서비스 점검 설정';
|
||||||
this.row.msg1 = '저장 하시겠습니까?';
|
this.row.msg1 = '저장 하시겠습니까?';
|
||||||
this.$refs.commonModal.confirmModalOpen(this.row);
|
this.$refs.commonModal.confirmModalOpen(this.row);
|
||||||
}else{
|
|
||||||
this.setState(params);
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async setState(){
|
async setState(){
|
||||||
|
|||||||
Reference in New Issue
Block a user