From 029d9afe13031d6c8c90cfe35ac4c2d751ec4877 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 9 Oct 2025 09:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E7=81=AD=E4=BB=8E=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=AE=85=E5=9F=BA=E5=9C=B0=EF=BC=88=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=9D=83=E4=BA=BA=EF=BC=89=E6=97=B6=EF=BC=8C=E6=BC=8F?= =?UTF-8?q?=E4=BC=A0deptId=E5=AF=BC=E8=87=B4=E6=95=B4=E5=BA=93=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=EF=BC=8C=E5=86=85=E5=AD=98=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yinnong/homestead/circulation/circulationAdd.vue | 2 +- src/views/yinnong/homestead/freeExit/freeExitAdd.vue | 1 + src/views/yinnong/homestead/paidExit/paidExitAdd.vue | 1 + src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/yinnong/homestead/circulation/circulationAdd.vue b/src/views/yinnong/homestead/circulation/circulationAdd.vue index 9f960257..e36c6877 100644 --- a/src/views/yinnong/homestead/circulation/circulationAdd.vue +++ b/src/views/yinnong/homestead/circulation/circulationAdd.vue @@ -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, }; diff --git a/src/views/yinnong/homestead/freeExit/freeExitAdd.vue b/src/views/yinnong/homestead/freeExit/freeExitAdd.vue index bf722f0b..ff88cfe3 100644 --- a/src/views/yinnong/homestead/freeExit/freeExitAdd.vue +++ b/src/views/yinnong/homestead/freeExit/freeExitAdd.vue @@ -327,6 +327,7 @@ export default { // 家庭成员tab familyMembersActive: 0, circulation:{ + deptId: this.$store.state.user.loginDeptId, // 申请类型 1-宅基地退出 sqlx: '1', xb:"1", diff --git a/src/views/yinnong/homestead/paidExit/paidExitAdd.vue b/src/views/yinnong/homestead/paidExit/paidExitAdd.vue index 6c5deff1..7057bc7d 100644 --- a/src/views/yinnong/homestead/paidExit/paidExitAdd.vue +++ b/src/views/yinnong/homestead/paidExit/paidExitAdd.vue @@ -337,6 +337,7 @@ export default { // 家庭成员tab familyMembersActive: 0, circulation:{ + deptId:this.$store.state.user.loginDeptId, // 申请类型 1-宅基地退出 sqlx: '1', xb:"1", diff --git a/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue b/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue index f9050e7c..46e80344 100644 --- a/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue +++ b/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue @@ -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(),