Browse Source

消灭从地图选择宅基地(使用权人)时,漏传deptId导致整库查询,内存溢出

rongxin_dev
张泽亮 2 months ago
parent
commit
029d9afe13
4 changed files with 4 additions and 2 deletions
  1. +1
    -1
      src/views/yinnong/homestead/circulation/circulationAdd.vue
  2. +1
    -0
      src/views/yinnong/homestead/freeExit/freeExitAdd.vue
  3. +1
    -0
      src/views/yinnong/homestead/paidExit/paidExitAdd.vue
  4. +1
    -1
      src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue

+ 1
- 1
src/views/yinnong/homestead/circulation/circulationAdd.vue View File

@@ -347,7 +347,7 @@
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(),
circulation: {jzmj:0.00,zcfsfbjtjjzzcy:"Y",zrfsfbjtjjzzcy:"Y",lzfs:"01",houseOwnership:"2",phlyms:"10"},
circulation: {deptId: this.$store.state.user.loginDeptId, jzmj:0.00,zcfsfbjtjjzzcy:"Y",zrfsfbjtjjzzcy:"Y",lzfs:"01",houseOwnership:"2",phlyms:"10"},
mapShow: false,
hhMapShow:false,
};


+ 1
- 0
src/views/yinnong/homestead/freeExit/freeExitAdd.vue View File

@@ -327,6 +327,7 @@ export default {
// 家庭成员tab
familyMembersActive: 0,
circulation:{
deptId: this.$store.state.user.loginDeptId,
// 申请类型 1-宅基地退出
sqlx: '1',
xb:"1",


+ 1
- 0
src/views/yinnong/homestead/paidExit/paidExitAdd.vue View File

@@ -337,6 +337,7 @@ export default {
// 家庭成员tab
familyMembersActive: 0,
circulation:{
deptId:this.$store.state.user.loginDeptId,
// 申请类型 1-宅基地退出
sqlx: '1',
xb:"1",


+ 1
- 1
src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue View File

@@ -276,7 +276,7 @@
showycsypzrq: false,
showDropList: false,//是否显示下拉框
mapShow: false,
circulation: {ycsymj: 0.00, ycsyfy: 0.00, ycsymjdj: 0.00, sfyhdz: "0"},
circulation: {deptId: this.$store.state.user.loginDeptId, ycsymj: 0.00, ycsyfy: 0.00, ycsymjdj: 0.00, sfyhdz: "0"},
minDate: new Date(1950, 1, 1),
maxDate: new Date(2070, 10, 1),
currentDate: new Date(),


Loading…
Cancel
Save