Browse Source

任务上报非必填

duy 2 năm trước cách đây
mục cha
commit
f389b2d270
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/global/components/hc-report-modal/index.vue

+ 1 - 1
src/global/components/hc-report-modal/index.vue

@@ -120,7 +120,7 @@ const formModel = ref({
 })
 const formRules = ref({
     taskContent: {
-        required: true,
+        required: false,
         trigger: "blur",
         message: "请输入任务描述"
     },