|
@@ -367,6 +367,7 @@ export default {
|
|
|
weekType: [],
|
|
weekType: [],
|
|
|
type: '-1',
|
|
type: '-1',
|
|
|
JZQuota: false,
|
|
JZQuota: false,
|
|
|
|
|
+ reportTarget: {},
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
@@ -380,7 +381,7 @@ export default {
|
|
|
$route(to, from) {
|
|
$route(to, from) {
|
|
|
this.powerGrade = localStorage.getItem('powerGrade');
|
|
this.powerGrade = localStorage.getItem('powerGrade');
|
|
|
if (to.path == '/doubleWeeklyApproval') {
|
|
if (to.path == '/doubleWeeklyApproval') {
|
|
|
- this.getDetailById();
|
|
|
|
|
|
|
+ this.getReportInfo();
|
|
|
this.number == 0;
|
|
this.number == 0;
|
|
|
this.Content = '';
|
|
this.Content = '';
|
|
|
}
|
|
}
|