diff --git a/src/views/accesscontrol/accesscontroldata/components/list.vue b/src/views/accesscontrol/accesscontroldata/components/list.vue index 1e50ad8..99588e8 100644 --- a/src/views/accesscontrol/accesscontroldata/components/list.vue +++ b/src/views/accesscontrol/accesscontroldata/components/list.vue @@ -368,7 +368,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'riskunit/excelModel' + window.location.href = config.httpurl + '/riskunit/excelModel' }).catch(() => { this.listLoading = false }) diff --git a/src/views/corpInfo/information/qualifications/components/list.vue b/src/views/corpInfo/information/qualifications/components/list.vue index 90be215..6406a35 100644 --- a/src/views/corpInfo/information/qualifications/components/list.vue +++ b/src/views/corpInfo/information/qualifications/components/list.vue @@ -76,14 +76,14 @@
- 新增 + 新增
diff --git a/src/views/firefighting/device/components/info.vue b/src/views/firefighting/device/components/info.vue index 21285ce..bf34ef9 100644 --- a/src/views/firefighting/device/components/info.vue +++ b/src/views/firefighting/device/components/info.vue @@ -163,7 +163,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'riskpoint/excelModel' + window.location.href = config.httpurl + '/riskpoint/excelModel' }).catch(() => { this.listLoading = false }) diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue index decdf53..caeffe8 100644 --- a/src/views/firefighting/points/components/list.vue +++ b/src/views/firefighting/points/components/list.vue @@ -173,6 +173,9 @@ export default { KEYWORDS: '', FIRE_POINT_NAME: '', FIRE_POINT_CODE: '', + selectForm: { + DEPARTMENT_ID: '' + }, // 树形菜单 filterText: '', varList: [], diff --git a/src/views/hiddenApi/publicMethod/list.vue b/src/views/hiddenApi/publicMethod/list.vue index 22e2de2..3252e46 100644 --- a/src/views/hiddenApi/publicMethod/list.vue +++ b/src/views/hiddenApi/publicMethod/list.vue @@ -644,7 +644,7 @@ export default { data += '&ENDTIME=' + _this.condform.creatTime[1] data += '&sessionID=' + ssionID data += '&tm=' + new Date().getTime() - window.location.href = config.httpurl + 'hiddenExcel/excel2' + data + window.location.href = config.httpurl + '/hiddenExcel/excel2' + data var timingTask = setInterval(function() { requestFN( diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 96db313..9e88e33 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -118,9 +118,9 @@ export default { this.jinduData[1] = nowYear + '-12-31' this.getJindu() this.getQingdan() - // this.getWorkNumber() + this.getWorkNumber() this.getRiskNumber() - // this.getHiddenTypeCount() + this.getHiddenTypeCount() /* this.getNoticeList() this.getNoticeCorpList()*/ diff --git a/src/views/risk/identificationparts/components/list.vue b/src/views/risk/identificationparts/components/list.vue index b54e1c1..b946999 100644 --- a/src/views/risk/identificationparts/components/list.vue +++ b/src/views/risk/identificationparts/components/list.vue @@ -468,7 +468,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'identificationparts/excel' + window.location.href = config.httpurl + '/identificationparts/excel' }).catch(() => { this.listLoading = false }) @@ -505,7 +505,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'identificationparts/excelModel' + window.location.href = config.httpurl + '/identificationparts/excelModel' }).catch(() => { this.listLoading = false }) diff --git a/src/views/risk/riskpoint/components/list.vue b/src/views/risk/riskpoint/components/list.vue index 48cc85a..37d1eca 100644 --- a/src/views/risk/riskpoint/components/list.vue +++ b/src/views/risk/riskpoint/components/list.vue @@ -493,7 +493,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'riskpoint/excel' + window.location.href = config.httpurl + '/riskpoint/excel' }).catch(() => { this.listLoading = false }) @@ -517,7 +517,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.open(this.config.httpurl + 'riskpoint/excelAll?ids=' + ids) + window.open(this.config.httpurl + '/riskpoint/excelAll?ids=' + ids) }).catch(() => { this.listLoading = false }) @@ -530,7 +530,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'riskpoint/excelModel' + window.location.href = config.httpurl + '/riskpoint/excelModel' }).catch(() => { this.listLoading = false }) diff --git a/src/views/risk/riskunit/components/list.vue b/src/views/risk/riskunit/components/list.vue index c104dcb..a026b56 100644 --- a/src/views/risk/riskunit/components/list.vue +++ b/src/views/risk/riskunit/components/list.vue @@ -379,7 +379,7 @@ export default { type: 'warning' }).then(() => { this.listLoading = false - window.location.href = config.httpurl + 'riskunit/excelModel' + window.location.href = config.httpurl + '/riskunit/excelModel' }).catch(() => { this.listLoading = false })