Browse Source

问题修改

SunZehao 1 year ago
parent
commit
504d737f71
1 changed files with 1 additions and 1 deletions
  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,