SunZehao 1 год назад
Родитель
Сommit
504d737f71
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/assessment/assessmentApplicationPage.vue

+ 1 - 1
src/components/assessment/assessmentApplicationPage.vue

@@ -348,7 +348,7 @@ export default {
                 deptLeaderId: that.DepartmentLeaderObj.chargePersonId,
                 deptLeaderName: that.ruleForm.deptLeaderName,
                 declarationLevel: that.ruleForm.declarationLevel,
-                annual: that.ruleForm.annual,
+                annual: that.ruleForm.annual*1,
                 declarationMonth: that.ruleForm.declarationMonth,
                 declarationReason: that.ruleForm.declarationReason,
                 applicantId: userMes.id,