whj 1 year ago
parent
commit
aa45396de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/preparation/preparation/modules/FeeForm.vue

+ 1 - 1
src/views/preparation/preparation/modules/FeeForm.vue

@@ -42,7 +42,7 @@
             :labelCol="BaseTool.Constant.labelCol2"
             :wrapperCol="BaseTool.Constant.wrapperCol2"
           >
-            <a-textarea v-decorator="['repairContent', {rules: [{required: true, message: '执行描述不能为空'}]}]"/>
+            <a-textarea v-decorator="['repairContent']"/>
           </a-form-item>
         </row-item>
       </row-list>