提交代码

prv
姜玉琦 2024-04-04 16:50:13 +08:00
parent 47720295c5
commit 9b37a30254
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() {