|
|
@@ -116,7 +116,7 @@
|
|
|
:value="item.ID"
|
|
|
:key="key"
|
|
|
v-if="key === userInfo.EMP_LV"
|
|
|
- style="margin-top: 5px"
|
|
|
+ style="margin-top: 5px; width: 100%;"
|
|
|
>
|
|
|
{{ $t("member.highestLevel") }}:{{ item.LEVEL_NAME }}
|
|
|
</el-tag>
|
|
|
@@ -208,6 +208,7 @@ export default {
|
|
|
userInfo: {
|
|
|
REAL_NAME: null,
|
|
|
DEC_LV: null,
|
|
|
+ country: null,
|
|
|
},
|
|
|
};
|
|
|
},
|
|
|
@@ -324,6 +325,8 @@ export default {
|
|
|
})
|
|
|
.catch((error) => {
|
|
|
this.userInfo.REAL_NAME = null;
|
|
|
+ this.userInfo.country = null;
|
|
|
+ this.userInfo.DEC_LV = null;
|
|
|
this.$message({
|
|
|
message: error,
|
|
|
type: "warning",
|