|
@@ -253,7 +253,7 @@
|
|
|
},
|
|
|
ltCheck(e) {
|
|
|
this.detailData.leaveType = this.leaveTypeList[e].leaveType
|
|
|
- if (this.detailData.leaveType = "事假") {
|
|
|
+ if (this.detailData.leaveType == "事假") {
|
|
|
this.detailData.leaveTypeKey = "1"
|
|
|
} else {
|
|
|
this.detailData.leaveTypeKey = "3"
|