|
@@ -202,13 +202,15 @@ export default {
|
|
|
parameter.manageDeptId = this.user.manageDeptId;
|
|
|
}
|
|
|
this.listLoading = true
|
|
|
- this.submitList = []
|
|
|
- this.unSubmitList = []
|
|
|
- this.unFillList = []
|
|
|
- this.unFillLeaveList = []
|
|
|
+
|
|
|
this.$axios.post('/report/getMembList', parameter)
|
|
|
.then(res => {
|
|
|
+ // console.log('resok',parameter.date == this.nowLookDate);
|
|
|
if(res.code == 'ok'){
|
|
|
+ this.submitList = []
|
|
|
+ this.unSubmitList = []
|
|
|
+ this.unFillList = []
|
|
|
+ this.unFillLeaveList = []
|
|
|
this.extractUser(res.data)
|
|
|
this.drawChart()
|
|
|
this.listLoading = false
|