소스 검색

no message

linwenxin 4 달 전
부모
커밋
ff9d35ac3a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

+ 2 - 1
src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

@@ -88,6 +88,7 @@ export default {
         categoryId: '',
         categoryName: '',
         examineResult: '',
+        examineRemark: '',
         infoConfirmTime: '',
         isWebsitCall: '',
         items: [],
@@ -566,7 +567,7 @@ export default {
           },
           formItemAttributes: {
             label: '审核备注',
-            prop: 'examineResult',
+            prop: 'examineRemark',
             rules: [...required]
           }
         }