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;
diff --git a/src/views/sunVillage_info/list_contractor_single_process.vue b/src/views/sunVillage_info/list_contractor_single_process.vue
index d05455d3..1687e72c 100644
--- a/src/views/sunVillage_info/list_contractor_single_process.vue
+++ b/src/views/sunVillage_info/list_contractor_single_process.vue
@@ -201,7 +201,7 @@
this.$notify({type: 'success', message: '签字成功'});
this.showForm2 = true;
this.form = r1.data;
- this.$router.push({name:'sunVillageInfoListContractor'})
+ this.$router.push({path:'/sunVillage_info/list_contractor',query:{sqStatus:true}});
})
// let param = new FormData() // 创建form对象
// param.append('file', wj) // 通过append向form对象添加数据