@@ -91,6 +91,7 @@
methods: {
handleCancel(){
this.visible = false
+ this.formState = {}
},
handleOk(){
if((!this.formState.salaryIncrease||this.formState.salaryIncrease=='')&&(!this.formState.salaryReduction||this.formState.salaryReduction=='')){
@@ -121,6 +122,8 @@
salaryReduction:record.salaryReduction,
afterAdjustment:record.afterAdjustment,
remarks:record.remarks,
+ code:record.code,
+ cardNo:record.cardNo,
}
changeSalaryIncrease(){