From 385e3c23537330f2ea930dc64f03f559aeea3ee9 Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Mon, 16 Oct 2023 13:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=88=E6=9D=83=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_cbfsq_view.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/sunVillage_info/list_cbfsq_view.vue b/src/views/sunVillage_info/list_cbfsq_view.vue index a901162e..b7ce57a3 100644 --- a/src/views/sunVillage_info/list_cbfsq_view.vue +++ b/src/views/sunVillage_info/list_cbfsq_view.vue @@ -160,7 +160,7 @@ - + @@ -204,7 +204,7 @@ }; }, created() { - if(this.$route.query.sqStatus){ + if(this.$route.query.sqStatus){ // 授权 getCbfById(this.$route.query.id).then(response => { this.form = response.data; if(this.form.accountId != null && this.form.accountId !== ""){ @@ -219,7 +219,7 @@ this.getContractedLandList(this.form.cbfbm); }); - }else if(this.$route.query.shStatus){ + }else if(this.$route.query.shStatus){ // 审核 getCbfById(this.$route.query.id).then(response => { this.form = response.data; if(this.form.gsshqz != null && this.form.gsshqz !== ""){ @@ -239,20 +239,20 @@ } }, methods: { - InitOptions() { + /* InitOptions() { for(let k in this.options) { this.getDicts(k).then((resp) => this.options[k] = resp.data); } }, - /*承包方授权*/ + // 承包方授权 cbfsq(){ eqbEmpower(this.form).then(response => { if(response.code === 200 ){ this.sqbutShow = false; } }); - }, + }, */ getSysCfb(){ getCbfList({deptId:this.sysFarmer.deptId,cbfzjhm:this.sysFarmer.idcard}).then(response => { this.sqbutShow = true;