소스 검색

修改跳转页面

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.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对象添加数据


불러오는 중...
취소
저장