|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="right-monitor"> |
|
|
|
<div class="right-monitor" v-loading="loading"> |
|
|
|
<div class="buildingDiv"> |
|
|
|
<div class="buildingDiv"> |
|
|
|
<img |
|
|
|
<img |
|
|
|
class="title-bg" |
|
|
|
class="title-bg" |
|
|
@ -1182,7 +1182,7 @@ export default { |
|
|
|
this.getWindList(this.currentId); |
|
|
|
this.getWindList(this.currentId); |
|
|
|
// 关闭 loading 效果 |
|
|
|
// 关闭 loading 效果 |
|
|
|
this.loading = false; |
|
|
|
this.loading = false; |
|
|
|
}, 5000); |
|
|
|
}, 8000); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// this.$modal.msgError("操作失败"); |
|
|
|
// this.$modal.msgError("操作失败"); |
|
|
|
console.log("应该更新状态的"); |
|
|
|
console.log("应该更新状态的"); |
|
|
|