Browse Source

no message

linwenxin 4 months ago
parent
commit
ff9d35ac3a
1 changed files with 2 additions and 1 deletions
  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]
           }
         }