|
@@ -1109,7 +1109,7 @@ import timetoolVue from '../timetool/timetool.vue';
|
|
this.totalReportHours = res.data
|
|
this.totalReportHours = res.data
|
|
} else {
|
|
} else {
|
|
this.$toast.clear();
|
|
this.$toast.clear();
|
|
- this.$toast.fail('获取失败');
|
|
|
|
|
|
+ this.$toast.fail(res.msg);
|
|
}
|
|
}
|
|
}).catch(err=> {this.$toast.clear();});
|
|
}).catch(err=> {this.$toast.clear();});
|
|
},
|
|
},
|