mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:39:35 +09:00
로그인 / 고객관리 / 시스템관리 ... 디자인 및 기능 수정 적용
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user