Compare commits
No commits in common. "b14234d128e7fc41fb0f37e9f8baddfff004148e" and "9cc819a602a5359ed911fe673cc9fb8e0451a421" have entirely different histories.
b14234d128
...
9cc819a602
|
@ -1399,6 +1399,7 @@ table{
|
|||
height: 30px;
|
||||
}
|
||||
.project-expect-title-No{
|
||||
width: 35px;
|
||||
border-bottom: 1px solid #69b9fe;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
|
|
|
@ -103,17 +103,12 @@ export default {
|
|||
this.getMonitAndWarning();
|
||||
}
|
||||
});
|
||||
if (this.$root.hasInitHeader) {
|
||||
this.initMe();
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.initMe();
|
||||
this.init();
|
||||
},
|
||||
methods: {
|
||||
initMe() {
|
||||
this.prjInfo = this.$root.project || {};
|
||||
this.deptInfo = this.$root.dept || {};
|
||||
init() {
|
||||
this.getMonitAndWarning();
|
||||
},
|
||||
getMonitAndWarning() {
|
||||
|
|
Loading…
Reference in New Issue