25542
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<el-form-item label="现住址:" prop="currentAreaId">
|
||||
<ai-area-select clearable always-show :instance="instance" v-model="baseInfo.currentAreaId"
|
||||
<ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId"
|
||||
:valueLevel="4"/>
|
||||
<el-form-item>
|
||||
<el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<el-form-item label="现住址:" prop="currentAreaId">
|
||||
<ai-area-select clearable always-show :instance="instance" v-model="baseInfo.currentAreaId"
|
||||
<ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId"
|
||||
:valueLevel="4"/>
|
||||
<el-form-item>
|
||||
<el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/>
|
||||
@@ -701,6 +701,7 @@ export default {
|
||||
logoutDescription: "",
|
||||
fileStatus: "1"
|
||||
},
|
||||
disabledLevel: 0,
|
||||
birthday: "",
|
||||
rules: {
|
||||
name: [{required: true, message: "请输入姓名", trigger: "blur"}],
|
||||
@@ -940,6 +941,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.disabledLevel = this.user.info.areaMap[this.user.info.areaId].length;
|
||||
if (!this.showDetail) {
|
||||
this.showEdit1 = true;
|
||||
this.showEdit2 = true;
|
||||
|
||||
Reference in New Issue
Block a user