로그인 / 고객관리 / 시스템관리 ... 디자인 및 기능 수정 적용

This commit is contained in:
kimre
2022-07-12 22:22:17 +09:00
parent 3d7032432c
commit c64cf89919
32 changed files with 787 additions and 636 deletions

View File

@@ -120,6 +120,9 @@ export default {
props: ['sendData'],
created(){
// this.formReset();
},
destroyed() {
},
methods :{
// 모달 띄우기
@@ -142,6 +145,7 @@ export default {
console.log(props)
this.row.regReqNo = props.regReqNo
this.row.sndrno = props.sndrno
this.row.seqNo = props.seqNo
const response = await sendNumMgtApi.numberDetail(this.row);
const result = response.data;
console.log(result);
@@ -176,6 +180,8 @@ export default {
wrap[0].style.display = 'none';
var popup = document.getElementsByClassName('modal53');
popup[0].style.display = 'none';
this.formReset();
},
formReset(){