|
@@ -176,7 +176,7 @@ export default {
|
|
|
//执行按钮
|
|
|
buttonClick(){
|
|
|
let self = this;
|
|
|
- if(this.$route.path == '/emergencyManagement/evacuation/newPerformEvacuation'){
|
|
|
+ if(this.$route.path == '/emergencyManagement/newPerformEvacuation'){
|
|
|
return
|
|
|
}
|
|
|
const h = this.$createElement;
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
if (action === 'confirm') {
|
|
|
//执行
|
|
|
this.$router.push({
|
|
|
- path: "/emergencyManagement/evacuation/newPerformEvacuation",
|
|
|
+ path: "/emergencyManagement/newPerformEvacuation",
|
|
|
query: {
|
|
|
buildId: self.buildId,
|
|
|
floorId:self.floorId,
|
|
@@ -240,11 +240,11 @@ export default {
|
|
|
if(response.data[i].riskAttribute != '1'&&response.data[i].ifCheck != '1'){
|
|
|
console.log('跳转2',self.$route.path);
|
|
|
//如果就在应急预案页面责终止跳转
|
|
|
- if(self.$route.path == '/emergencyManagement/evacuation/newPerformEvacuation' || self.$route.path == '/newEvacuationBigData'){
|
|
|
+ if(self.$route.path == '/emergencyManagement/newPerformEvacuation' || self.$route.path == '/newEvacuationBigData'){
|
|
|
return
|
|
|
}
|
|
|
this.$router.push({
|
|
|
- path: "/emergencyManagement/evacuation/newPerformEvacuation",
|
|
|
+ path: "/emergencyManagement/newPerformEvacuation",
|
|
|
query: {
|
|
|
buildId: response.data[i].buildId,
|
|
|
floorId:response.data[i].floorId,
|