|
@@ -79,7 +79,7 @@ export default {
|
|
|
this.$refs.notice.getList(true);
|
|
|
this.$refs.spectaculars.getDetail();
|
|
|
this.$refs.patrolScheme.getDetail();
|
|
|
- this.$refs.workroder.getlist(true);
|
|
|
+ if (this.showWorkrder) this.$refs.workroder.getlist(true);
|
|
|
},
|
|
|
getWeather() {
|
|
|
this.$Http.basic({
|