提交代码
parent
47720295c5
commit
9b37a30254
|
@ -1399,7 +1399,6 @@ table{
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.project-expect-title-No{
|
.project-expect-title-No{
|
||||||
width: 35px;
|
|
||||||
border-bottom: 1px solid #69b9fe;
|
border-bottom: 1px solid #69b9fe;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
|
@ -103,12 +103,17 @@ export default {
|
||||||
this.getMonitAndWarning();
|
this.getMonitAndWarning();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
if (this.$root.hasInitHeader) {
|
||||||
|
this.initMe();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.init();
|
this.initMe();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
init() {
|
initMe() {
|
||||||
|
this.prjInfo = this.$root.project || {};
|
||||||
|
this.deptInfo = this.$root.dept || {};
|
||||||
this.getMonitAndWarning();
|
this.getMonitAndWarning();
|
||||||
},
|
},
|
||||||
getMonitAndWarning() {
|
getMonitAndWarning() {
|
||||||
|
|
Loading…
Reference in New Issue