Browse Source

no message

linwenxin 3 ngày trước cách đây
mục cha
commit
954b271cef
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/workOrder/qualityFeedback/index.vue

+ 2 - 1
src/views/workOrder/qualityFeedback/index.vue

@@ -929,7 +929,8 @@ export default {
           },
           formItemAttributes: {
             label: '故障配件名称及规格',
-            prop: 'bugPartName'
+            prop: 'bugPartName',
+            rules: this.formData.isPartSend ? [...required] : []
           }
         },
         {