diff --git a/src/components/data/SearchRoomInput/index.vue b/src/components/data/SearchRoomInput/index.vue index bb1353c..91416a9 100644 --- a/src/components/data/SearchRoomInput/index.vue +++ b/src/components/data/SearchRoomInput/index.vue @@ -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