|
@@ -959,7 +959,7 @@ export default {
|
|
|
// actual = that.$refs.KFB.form.getFieldValue('practical_leave'),
|
|
|
leaveCategory = this.$refs.KFB.form.getFieldValue('leave_category')
|
|
|
if(leaveCategory=='年假' && !estimate){
|
|
|
- this.$message.error('请填写预计请假时长!')
|
|
|
+ this.$message.error('请填写预计请假天数!')
|
|
|
addForm = 'yes'
|
|
|
}
|
|
|
if(estimate>this.leave){
|