|
@@ -160,7 +160,6 @@ export default {
|
|
|
// 提交标签
|
|
|
saveTagsHandler() {
|
|
|
if (!this.roadShowTheme) return this.$message.error("请输入路演主题名称");
|
|
|
- if (!this.tagList.length) return this.$message.error("请输入主题标签");
|
|
|
|
|
|
roadshowInterence
|
|
|
.addMeetingUser({
|
|
@@ -191,6 +190,7 @@ export default {
|
|
|
this.tagName = "";
|
|
|
this.chartPermissionName = "";
|
|
|
this.isShowPermission = false;
|
|
|
+ this.roadShowTheme = "";
|
|
|
this.$emit("close");
|
|
|
},
|
|
|
},
|