임시저장2

This commit is contained in:
2023-06-13 18:14:22 +09:00
parent cee7bc8961
commit b395d7b798

View File

@@ -235,6 +235,12 @@ export default {
this.userTpCd = data.userTpCd; this.userTpCd = data.userTpCd;
this.userSeq = data.userSeq; this.userSeq = data.userSeq;
this.joinDiv = data.joinDiv; this.joinDiv = data.joinDiv;
if (data.joinDiv=='01') {
this.joinDiv=1;
}
if (data.joinDiv=='02') {
this.joinDiv=2;
}
}, },
search: function (isKeep) { search: function (isKeep) {