From 34f16c6c0a5682a5642a4938a443925dd003b5f0 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 1 Mar 2023 17:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E4=BC=97=E5=A4=8D=E5=88=B6=EF=BC=8C?= =?UTF-8?q?=E7=A9=BA=E5=90=8D=E7=A7=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/UserGroupList.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/manage/UserGroupList.vue b/src/views/manage/UserGroupList.vue index 33ae04cc..9609164b 100644 --- a/src/views/manage/UserGroupList.vue +++ b/src/views/manage/UserGroupList.vue @@ -60,11 +60,7 @@ - + @@ -335,6 +331,9 @@ this.copyForm.audienceName = row.name; }, copy(){ + if(!this.copyForm.audienceName){ + return; + } this.$refs.copyForm.validate((valid) => { if (valid) { apiAudience.copy(this.copyForm).then((res) => {