Merge branch '20230424_msgsend' of http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin into 20230424_msgsend

This commit is contained in:
2023-04-25 08:40:18 +09:00

View File

@@ -374,7 +374,13 @@ export default {
} */ } */
}, },
updateSttus() { 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.confirmUpdateOpen();
}
// this.doSave(); // this.doSave();
}, },
async doSave() { async doSave() {