mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:27:21 +09:00
사용 상태일때도 컨펌창
This commit is contained in:
@@ -206,13 +206,9 @@ export default {
|
||||
}
|
||||
|
||||
// 사용 && 점검중 선택
|
||||
if (this.state == 'NOTUSE') {
|
||||
this.row.title = '서비스 점검 설정';
|
||||
this.row.msg1 = '저장 하시겠습니까?';
|
||||
this.$refs.commonModal.confirmModalOpen(this.row);
|
||||
}else{
|
||||
this.setState(params);
|
||||
}
|
||||
},
|
||||
|
||||
async setState(){
|
||||
|
||||
Reference in New Issue
Block a user