사용 상태일때도 컨펌창

This commit is contained in:
2023-07-18 13:25:44 +09:00
parent 44b9fac48d
commit 94495cd90a

View File

@@ -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(){