From 0e1c5dfe30f33fa2992cca7fc185be57580f2f5c Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Mon, 30 Nov 2020 10:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90pc=E7=AB=AF=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8C=87=E6=A0=87=E5=B1=95=E7=A4=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=91-=E3=80=90=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E3=80=91-=EF=BC=88=E9=AD=8F?= =?UTF-8?q?=E5=87=AF=EF=BC=89-2020/11/30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/kpi/useranalysisnote-add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/kpi/useranalysisnote-add.vue b/src/views/modules/kpi/useranalysisnote-add.vue index 199b73f3..223a6c9c 100644 --- a/src/views/modules/kpi/useranalysisnote-add.vue +++ b/src/views/modules/kpi/useranalysisnote-add.vue @@ -142,7 +142,7 @@ export default { dataFormSubmitHandle () { if (this.formData.length < 1 || this.formData[0].username === '') { this.$message({ - message: '请选择书记!', + message: '请选择用户!', type: 'warning' }) return false