Commit 11dd04c3 authored by 罗超's avatar 罗超

1

parent 44679280
...@@ -571,7 +571,7 @@ export default { ...@@ -571,7 +571,7 @@ export default {
EmployeeList: [], EmployeeList: [],
AllemployeeList: [], AllemployeeList: [],
tempPeople: [], //抄送人数组 tempPeople: [], //抄送人数组
changeTitle: "", changeTitle: "请假审批",
columns: [ columns: [
{ {
name: "ClassDate", name: "ClassDate",
...@@ -669,6 +669,11 @@ export default { ...@@ -669,6 +669,11 @@ export default {
this.changeBillMsg.Id = this.setingObj.Id; this.changeBillMsg.Id = this.setingObj.Id;
this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode; this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode;
this.dataList = this.setingObj.DataObj.LeaveInfoList; this.dataList = this.setingObj.DataObj.LeaveInfoList;
if (this.setingObj.DataObj.LeaveType === 1) {
this.changeTitle = "事假审批";
} else if (this.setingObj.DataObj.LeaveType === 2) {
this.changeTitle = "病假审批";
}
}, },
methods: { methods: {
closeBackInfo() { closeBackInfo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment