|
|
@ -438,7 +438,7 @@ export default {
|
|
|
|
lastUpdateTime: dayjs(),
|
|
|
|
lastUpdateTime: dayjs(),
|
|
|
|
updateCountdown: null,
|
|
|
|
updateCountdown: null,
|
|
|
|
updateCountdownText: null,
|
|
|
|
updateCountdownText: null,
|
|
|
|
loading: false,
|
|
|
|
loading: true,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
computed: {
|
|
|
|
computed: {
|
|
|
@ -702,6 +702,8 @@ export default {
|
|
|
|
this.incident = res.data.incident;
|
|
|
|
this.incident = res.data.incident;
|
|
|
|
this.maintenanceList = res.data.maintenanceList;
|
|
|
|
this.maintenanceList = res.data.maintenanceList;
|
|
|
|
this.$root.publicGroupList = res.data.publicGroupList;
|
|
|
|
this.$root.publicGroupList = res.data.publicGroupList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
}).catch( function (error) {
|
|
|
|
}).catch( function (error) {
|
|
|
|
if (error.response.status === 404) {
|
|
|
|
if (error.response.status === 404) {
|
|
|
|
location.href = "/page-not-found";
|
|
|
|
location.href = "/page-not-found";
|
|
|
|