|
@@ -207,10 +207,11 @@ export default {
|
|
|
{ text: '审批通过', value: '2' },
|
|
{ text: '审批通过', value: '2' },
|
|
|
{ text: '拒绝待提交', value: '3' },
|
|
{ text: '拒绝待提交', value: '3' },
|
|
|
],
|
|
],
|
|
|
- approvalStatus: {},
|
|
|
|
|
|
|
+ approvalStatus: { text: '审批状态(全部)', value: '' },
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
activated() {
|
|
activated() {
|
|
|
|
|
+ debugger;
|
|
|
this.approvalStatus = this.approvalStatusList[0];
|
|
this.approvalStatus = this.approvalStatusList[0];
|
|
|
this.userList = [];
|
|
this.userList = [];
|
|
|
this.formData.startTime = this.getThreeDaysAgo();
|
|
this.formData.startTime = this.getThreeDaysAgo();
|