From 281a626a980992184d4cf543bbcb9b3bfb00b0cf Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Mon, 9 Oct 2023 14:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E3=80=81=E4=BD=BF=E7=94=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homeApplication/applicationList.vue | 2 +- .../homeApplication/proposerLite.vue | 9 +++++++-- .../homeApplication/applicationList.vue | 6 ++---- .../homeApplication/proposerLite.vue | 8 +++++--- .../homestead/paidUtilize/paidUtilizeAdd.vue | 20 ++++++++++++------- .../paidUtilize/paidUtilizeModify.vue | 18 ++++++++++------- 6 files changed, 39 insertions(+), 24 deletions(-) diff --git a/src/views/sunVillage_info/homeApplication/applicationList.vue b/src/views/sunVillage_info/homeApplication/applicationList.vue index efb54b3c..b8431ca1 100644 --- a/src/views/sunVillage_info/homeApplication/applicationList.vue +++ b/src/views/sunVillage_info/homeApplication/applicationList.vue @@ -29,7 +29,7 @@ @load="getList('+1')" > - + diff --git a/src/views/sunVillage_info/homeApplication/proposerLite.vue b/src/views/sunVillage_info/homeApplication/proposerLite.vue index 2525236b..bc946711 100644 --- a/src/views/sunVillage_info/homeApplication/proposerLite.vue +++ b/src/views/sunVillage_info/homeApplication/proposerLite.vue @@ -3285,8 +3285,13 @@ export default { } else { - this.notify("保存成功", 'success'); - this.goBack(); + if(response.code === 200){ + this.notify("保存成功", 'success'); + this.goBack(); + }else{ + this.notify("保存失败,申请人没有资格权!", 'danger'); + } + } }).catch((e) => { this.notify("保存失败!", 'danger'); diff --git a/src/views/yinnong/homestead/homeApplication/applicationList.vue b/src/views/yinnong/homestead/homeApplication/applicationList.vue index 17506613..68afc119 100644 --- a/src/views/yinnong/homestead/homeApplication/applicationList.vue +++ b/src/views/yinnong/homestead/homeApplication/applicationList.vue @@ -29,7 +29,7 @@ @load="getList('+1')" > - + @@ -96,10 +96,8 @@ export default { this.houseGetDicts("home_stage_status").then((response) => { this.houseApplyStatus = response.data; }); - this.deptId = Cookies.get('deptId') - this.idcard = Cookies.get('idcard') + this.deptId = this.$store.state.user.loginDeptId; this.$set(this.queryParams, "deptId", this.deptId); - this.$set(this.queryParams, "sqhhzsfzh", this.idcard); this.getList(); }, methods: { diff --git a/src/views/yinnong/homestead/homeApplication/proposerLite.vue b/src/views/yinnong/homestead/homeApplication/proposerLite.vue index e6ae6fb5..2405f65b 100644 --- a/src/views/yinnong/homestead/homeApplication/proposerLite.vue +++ b/src/views/yinnong/homestead/homeApplication/proposerLite.vue @@ -3285,11 +3285,13 @@ export default { } else { - this.notify("保存成功", 'success'); - this.goBack(); + if(response.code === 200){ + this.notify("保存成功", 'success'); + this.goBack(); + } } }).catch((e) => { - this.notify("保存失败!", 'danger'); + // this.notify("保存失败,申请人没有资格权!", 'danger'); }).finally(() => { }); }).catch(e => { diff --git a/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue b/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue index 50b9f487..56c6563e 100644 --- a/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue +++ b/src/views/yinnong/homestead/paidUtilize/paidUtilizeAdd.vue @@ -4,6 +4,7 @@ 有偿使用
+
@@ -16,6 +17,8 @@ v-model="circulation.zjddm" label="宅基地代码" input-align="right" + :rules="[{ required: true }]" + required >