|
@@ -146,7 +146,6 @@
|
|
|
}
|
|
|
},
|
|
|
handleOk(){
|
|
|
-
|
|
|
this.$refs.form.validate((valid,err) => {
|
|
|
if (valid) {
|
|
|
if(this.formState.type=='加班工资单'){
|
|
@@ -168,11 +167,11 @@
|
|
|
} else {
|
|
|
this.ModalText = res.message
|
|
|
this.visibleOk = true
|
|
|
+ this.formState.DateTime = [];
|
|
|
+ this.formState.yearWith = '';
|
|
|
}
|
|
|
}).finally(() => {
|
|
|
this.loading = false
|
|
|
- this.formState.DateTime = [];
|
|
|
- this.formState.yearWith = '';
|
|
|
})
|
|
|
}
|
|
|
})
|