Compare commits
2 Commits
9cc819a602
...
b14234d128
Author | SHA1 | Date |
---|---|---|
|
b14234d128 | |
|
9b37a30254 |
|
@ -1399,7 +1399,6 @@ table{
|
|||
height: 30px;
|
||||
}
|
||||
.project-expect-title-No{
|
||||
width: 35px;
|
||||
border-bottom: 1px solid #69b9fe;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue