|
|
@@ -1855,6 +1855,7 @@
|
|
|
},
|
|
|
created () {
|
|
|
this.serviceId = this.$route.params.opera
|
|
|
+ this.formData.Id = this.serviceId
|
|
|
if (this.$route.query.certid) {
|
|
|
this.certId = this.$route.query.certid + ''
|
|
|
}
|
|
|
@@ -2857,7 +2858,6 @@
|
|
|
this.InOptions = res.data.items['InOptions']
|
|
|
console.log(this.InOptions, 'this.InOptions')
|
|
|
this.ManagementUnitOptions = res.data.items['ManagementUnit']
|
|
|
- this.formData.Id = this.serviceId
|
|
|
this.initDatas()
|
|
|
this.orgunitChange(this.UnitOrg)
|
|
|
}).catch(err => {
|