居民信息

This commit is contained in:
yanran200730
2023-05-06 10:52:11 +08:00
parent 64226da7cf
commit 3087ca7ae9
2 changed files with 2 additions and 3 deletions

View File

@@ -597,8 +597,7 @@ export default {
this.disabledLevel = this.user.info.areaMap[this.user.info.areaId].length;
if (!this.params.id) {
// this.baseInfo.householdAreaId = JSON.parse(JSON.stringify(this.user.info.areaId))
this.baseInfo.currentAreaId = JSON.parse(JSON.stringify(this.user.info.areaId))
this.$nextTick(() => this.$refs.ruleForm?.resetFields())
this.baseInfo.currentAreaId = this.user.info.areaId
} else {
this.getDetail(this.params.id);
}