diff --git a/src/views/accesscontrol/accesscontroldata/components/list.vue b/src/views/accesscontrol/accesscontroldata/components/list.vue
index c9433b0..99588e8 100644
--- a/src/views/accesscontrol/accesscontroldata/components/list.vue
+++ b/src/views/accesscontrol/accesscontroldata/components/list.vue
@@ -59,9 +59,7 @@
- 新增
+ 新增
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/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
})