瀏覽代碼

修改跳转页面

rongxin_prod
QI_YUJIE 1 年之前
父節點
當前提交
a3d6d3a291
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/sunVillage_info/list_contractor_single_process.vue

+ 1
- 1
src/views/sunVillage_info/list_contractor_single_process.vue 查看文件

@@ -201,7 +201,7 @@
this.$notify({type: 'success', message: '签字成功'}); this.$notify({type: 'success', message: '签字成功'});
this.showForm2 = true; this.showForm2 = true;
this.form = r1.data; 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对象 // let param = new FormData() // 创建form对象
// param.append('file', wj) // 通过append向form对象添加数据 // param.append('file', wj) // 通过append向form对象添加数据


Loading…
取消
儲存