Explorar o código

去掉校验框,因为拒绝的时候可以不填东西

xuefy %!s(int64=4) %!d(string=hai) anos
pai
achega
f84461e449
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      front-vue/src/views/service/credit/confirmationAudit.vue

+ 2 - 2
front-vue/src/views/service/credit/confirmationAudit.vue

@@ -350,7 +350,7 @@ export default {
             // 表单校验
             rules: {
                
-                //签发有效期
+              /*   //签发有效期
                 zfiEffectiveDate: [
                     {
                         required: true,
@@ -381,7 +381,7 @@ export default {
                         message: "请输入签发金额",
                         trigger: ["blur", "change"],
                     },
-                ]
+                ] */
             },
             // 是否显示弹出层
             open: false,