fix(banner管理页面-->编辑组件): 修复“房间”选项搜索功能失效的问题
This commit is contained in:
parent
de507f7ab5
commit
384ccb8c27
@ -163,7 +163,7 @@ export default {
|
||||
that.$emit("success", that.roomProfile);
|
||||
return;
|
||||
}
|
||||
if (type === "LONG_ID") return;
|
||||
if (this.selectType === "LONG_ID") return;
|
||||
|
||||
that.loading = true;
|
||||
that
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user