|
@@ -109,7 +109,6 @@ export default {
|
|
|
this.idName = 'sa_dispatchid'
|
|
this.idName = 'sa_dispatchid'
|
|
|
this.drawerTitle = '打印合格证'
|
|
this.drawerTitle = '打印合格证'
|
|
|
this.dataid = this.$route.query.id
|
|
this.dataid = this.$route.query.id
|
|
|
- this.isPrint()
|
|
|
|
|
}
|
|
}
|
|
|
this.queryReportId(type)
|
|
this.queryReportId(type)
|
|
|
},
|
|
},
|
|
@@ -127,6 +126,9 @@ export default {
|
|
|
this.sys_reportid = item.sys_reportid
|
|
this.sys_reportid = item.sys_reportid
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
+ if (this.nowSelect == '合格证'){
|
|
|
|
|
+ this.isPrint()
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
async listData(){
|
|
async listData(){
|