|
|
@@ -402,13 +402,7 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- mounted() {
|
|
|
- this.serviceId = this.$route.params.opera + ''
|
|
|
- if (this.$route.query.certid) {
|
|
|
- this.certId = this.$route.query.certid + ''
|
|
|
- }
|
|
|
- },
|
|
|
- created() {
|
|
|
+ mounted () {
|
|
|
this.serviceId = this.$route.params.opera + ''
|
|
|
if (this.$route.query.rtn) {
|
|
|
this.showReturn = 0
|
|
|
@@ -573,9 +567,9 @@
|
|
|
|
|
|
this.entrydetail.business = this.certId
|
|
|
this.entrydetail.instance = this.formDataCert.WorkflowId
|
|
|
- if (this.certId && this.formDataCert.WorkflowId) {
|
|
|
- this.$refs['WfHistory'].getHistoryTask() /* 刷新工作流 */
|
|
|
- }
|
|
|
+ /*if (this.certId && this.formDataCert.WorkflowId) {
|
|
|
+ this.$refs['WfHistory'].getHistoryTask() /!* 刷新工作流 *!/
|
|
|
+ }*/
|
|
|
this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['performanceList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['patentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|