From 0cc5eb07401e682e7a4ee74b0a51fe264646c428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E8=B4=A4=E9=87=91?= <1960116313@qq.com> Date: Fri, 2 Sep 2022 11:16:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8D=A1=E5=87=BA=E5=BA=93=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BF=AE=E6=94=B9=20=20=E7=94=A8=E6=88=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/communicationmanage/outbound/outbound.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/communicationmanage/outbound/outbound.vue b/src/views/communicationmanage/outbound/outbound.vue index 64f5531..55c5945 100644 --- a/src/views/communicationmanage/outbound/outbound.vue +++ b/src/views/communicationmanage/outbound/outbound.vue @@ -430,7 +430,7 @@ export default { width: 70, search: false, rules: [ - { required: true, message: "请选择用户名称", trigger: "change" }, + { required: false, message: "请选择用户名称", trigger: "change" }, ], }, {