Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 b14234d128 Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhbigscreen into dev 2024-04-04 16:50:27 +08:00
姜玉琦 9b37a30254 提交代码 2024-04-04 16:50:18 +08:00
2 changed files with 7 additions and 3 deletions

View File

@ -1399,7 +1399,6 @@ table{
height: 30px;
}
.project-expect-title-No{
width: 35px;
border-bottom: 1px solid #69b9fe;
text-align: center;
line-height: 30px;

View File

@ -103,12 +103,17 @@ export default {
this.getMonitAndWarning();
}
});
if (this.$root.hasInitHeader) {
this.initMe();
}
},
created() {
this.init();
this.initMe();
},
methods: {
init() {
initMe() {
this.prjInfo = this.$root.project || {};
this.deptInfo = this.$root.dept || {};
this.getMonitAndWarning();
},
getMonitAndWarning() {