瀏覽代碼

fix(qualityReportApproval): 移除审批建议的必填校验规则

yusheng 3 月之前
父節點
當前提交
64ff3024b5
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/views/bpm/handleTask/components/qualityReportApproval/submit.vue

+ 1 - 5
src/views/bpm/handleTask/components/qualityReportApproval/submit.vue

@@ -4,11 +4,7 @@
       <el-form-item
         label="审批建议"
         style="margin-bottom: 20px"
-        :rules="{
-          required: true,
-          message: '请选择',
-          trigger: 'change'
-        }"
+   
       >
         <el-input
           type="textarea"