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 >