Переглянути джерело

fixed some bugs in cooperator

maqingyang 11 місяців тому
батько
коміт
3f03ebbf9f
1 змінених файлів з 7 додано та 7 видалено
  1. 7 7
      src/views/system/cooperatorEdit.vue

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