Browse Source

no message

linwenxin 4 months ago
parent
commit
02eca03181
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

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

@@ -100,6 +100,7 @@ export default {
         parentCategoryId: '',
         parentCategoryName: '',
         reason: '',
+        applyRemark: '',
         settleConfirmTime: '',
         websitId: '',
         websitName: '',
@@ -421,7 +422,7 @@ export default {
           },
           formItemAttributes: {
             label: '申诉备注',
-            prop: '',
+            prop: 'applyRemark',
             rules: []
           }
         }
@@ -443,6 +444,11 @@ export default {
             label: '问题大类',
             prop: 'parentCategoryId',
             rules: [...required]
+          },
+          events: {
+            change: val => {
+              this.formData.categoryId = ''
+            }
           }
         },
         {