居民信息
This commit is contained in:
@@ -597,8 +597,7 @@ export default {
|
|||||||
this.disabledLevel = this.user.info.areaMap[this.user.info.areaId].length;
|
this.disabledLevel = this.user.info.areaMap[this.user.info.areaId].length;
|
||||||
if (!this.params.id) {
|
if (!this.params.id) {
|
||||||
// this.baseInfo.householdAreaId = JSON.parse(JSON.stringify(this.user.info.areaId))
|
// this.baseInfo.householdAreaId = JSON.parse(JSON.stringify(this.user.info.areaId))
|
||||||
this.baseInfo.currentAreaId = JSON.parse(JSON.stringify(this.user.info.areaId))
|
this.baseInfo.currentAreaId = this.user.info.areaId
|
||||||
this.$nextTick(() => this.$refs.ruleForm?.resetFields())
|
|
||||||
} else {
|
} else {
|
||||||
this.getDetail(this.params.id);
|
this.getDetail(this.params.id);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
//设置代理,可解决跨5
|
//设置代理,可解决跨5
|
||||||
'/lan': {
|
'/lan': {
|
||||||
target: 'http://192.168.1.87:12001',
|
target: 'http://192.168.1.87:9000',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
//地址重写
|
//地址重写
|
||||||
|
|||||||
Reference in New Issue
Block a user