guarantee-lsq 2 years ago
parent
commit
9ff773bf3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/repair/application-form/modules/PlanCheckForm.vue

+ 1 - 1
src/views/repair/application-form/modules/PlanCheckForm.vue

@@ -41,7 +41,7 @@
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
             <a-select
-              v-decorator="['produceVerifyUserId']"
+              v-decorator="['produceVerifyUserId', {rules: [{required: true, message: '生产审核人不能为空'}]}]"
               placeholder="请选择">
               <a-select-option
                 v-for="item in userMap"