|
@@ -357,7 +357,9 @@
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
this.serviceId = this.$route.params.opera + ''
|
|
this.serviceId = this.$route.params.opera + ''
|
|
|
|
|
+ console.log(this.$route.query, 'this.$route.query')
|
|
|
if (this.$route.query.certid) {
|
|
if (this.$route.query.certid) {
|
|
|
|
|
+ console.log('1')
|
|
|
this.certId = this.$route.query.certid + ''
|
|
this.certId = this.$route.query.certid + ''
|
|
|
}
|
|
}
|
|
|
if (this.serviceId !== 'add' && this.serviceId > 0) {
|
|
if (this.serviceId !== 'add' && this.serviceId > 0) {
|