From a2d6281a6ad91eb1cdd1cea6fd7f66f59e94c290 Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Wed, 8 Jul 2020 10:56:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E5=88=9B=E5=BB=BA=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E5=AD=97=E6=AE=B5=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E7=BF=BB=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sessions/CommandStorageCreateUpdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/sessions/CommandStorageCreateUpdate.vue b/src/views/sessions/CommandStorageCreateUpdate.vue index 0a2e59ac4..c8b860843 100644 --- a/src/views/sessions/CommandStorageCreateUpdate.vue +++ b/src/views/sessions/CommandStorageCreateUpdate.vue @@ -50,7 +50,7 @@ export default { hosts: { label: this.$t('sessions.hosts'), rules: [ - { required: true } + { required: true, message: this.$t('common.fieldRequiredError') } ] }, index: {