|
@@ -248,7 +248,7 @@ export default {
|
|
|
let params = {
|
|
|
id: id,
|
|
|
deptId: that.userMes.deptId,
|
|
|
- com: that.compNameSa
|
|
|
+ com: that.compNameSa? that.compNameSa: 'null'
|
|
|
}
|
|
|
apiGetevaluationdeptassessmentDetailHeader(id).then(datas =>{
|
|
|
if (datas && datas.data) {
|