Эх сурвалжийг харах

fixed some bugs in cooperator

maqingyang 11 сар өмнө
parent
commit
3f03ebbf9f

+ 7 - 7
src/views/system/cooperatorEdit.vue

@@ -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,
         }// 要传递的参数
       })
     },