+
+
开始任务
+
上报进度
+
b - a)[0];
+ const maxCount = data.map(item => item).sort((a,b) => b - a)[0];
+ // console.log('~~~~~~~~~~~~~',this.examineInfo2,data);
let option = {
legend: {
icon: 'roundRect',
diff --git a/src/views/projectFront/safeSame/inspectionLedger.vue b/src/views/projectFront/safeSame/inspectionLedger.vue
index 95ff0840..9d2a9fbb 100644
--- a/src/views/projectFront/safeSame/inspectionLedger.vue
+++ b/src/views/projectFront/safeSame/inspectionLedger.vue
@@ -2634,6 +2634,7 @@ export default {
},
//导出
exportData() {
+
if (this.COMPANY == "zjwj") {
window.location.href =
this.$http.defaults.baseURL +
@@ -2654,9 +2655,10 @@ export default {
"&pageSize=" +
this.pageSize;
} else {
+ // xmgl/download/exporExcelQualityInspectionRecord
window.location.href =
this.$http.defaults.baseURL +
- "xmgl/download/exporExcelQualityInspectionRecord?projectSn=" +
+ "xmgl/download/exportExcelXzSecurityQualityInspectionRecord?projectSn=" +
this.$store.state.projectSn +
"&recordType=" +
this.formInline.recordType +
diff --git a/src/views/projectFront/safetyEducation/safetyAnalysis.vue b/src/views/projectFront/safetyEducation/safetyAnalysis.vue
index a5a7c5ef..2daa2a57 100644
--- a/src/views/projectFront/safetyEducation/safetyAnalysis.vue
+++ b/src/views/projectFront/safetyEducation/safetyAnalysis.vue
@@ -507,7 +507,8 @@ export default {
this.examineInfo2.rectificationNum,
this.examineInfo2.reviewNum,
this.examineInfo2.verificationNum];
- const maxCount = data.sort((a,b) => b - a)[0];
+ const maxCount = data.map(item => item).sort((a,b) => b - a)[0];
+ // console.log('~~~~~~~~~~~~~',this.examineInfo2,data);
let option = {
legend: {
icon: 'roundRect',