소스 검색

问题修改

SunZehao 1 년 전
부모
커밋
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,