발신번호 메모 미 기입 시 얼럿 처리

This commit is contained in:
2023-04-24 18:50:58 +09:00
parent 7f4e32cea6
commit 6cd1730cca

View File

@@ -374,7 +374,13 @@ export default {
} */
},
updateSttus() {
if(this.rejtCnt > 0 & (this.memo == null | this.memo == '')){
this.row.title = '메모 입력';
this.row.msg1 = '메모를 입력해주세요.'
this.$refs.commmonModal.alertModalOpen(this.row);
} else {
this.confirmUpdateOpen();
}
// this.doSave();
},
async doSave() {