발신번호 등록 수정

This commit is contained in:
2023-05-02 18:33:20 +09:00
parent 7e77ebc021
commit 87d2ade400

View File

@@ -1227,6 +1227,7 @@ export default {
this.$parent.$refs.commmonModal.alertModalOpen(this.row);
return false;
}
}
if (this.communicationFile == null) {
this.row.title = '발신번호 등록';
this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.';
@@ -1274,7 +1275,6 @@ export default {
return false;
}*/
}
}
return true;
},
toComplete() {