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) => {