Compare commits

..

No commits in common. "b14234d128e7fc41fb0f37e9f8baddfff004148e" and "9cc819a602a5359ed911fe673cc9fb8e0451a421" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -1399,6 +1399,7 @@ 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;

View File

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