|
@@ -242,13 +242,13 @@ export default {
|
|
|
query: {
|
|
|
|
|
|
|
|
|
- cooperatorId : this.$route.query.cooperatorId,
|
|
|
- cooperatorName : this.$route.query.cooperatorName,
|
|
|
- cooperatorNum : this.$route.query.cooperatorNum,
|
|
|
- createTime : this.$route.query.createTime,
|
|
|
- corpCertificateNum:this.$route.query.corpCertificateNum,
|
|
|
- corpCertificateType:this.$route.query.corpCertificateType,
|
|
|
- templateId:this.$route.query.templateId,
|
|
|
+ cooperatorId : this.cooperatorId,
|
|
|
+ cooperatorName : this.cooperatorName,
|
|
|
+ cooperatorNum : this.cooperatorNum,
|
|
|
+ createTime : this.createTime,
|
|
|
+ corpCertificateNum:this.corpCertificateNum,
|
|
|
+ corpCertificateType:this.corpCertificateType,
|
|
|
+ templateId:this.templateId,
|
|
|
}// 要传递的参数
|
|
|
})
|
|
|
},
|