diff --git a/src/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue index 0e366ba0..fb912697 100644 --- a/src/components/AiAreaPicker.vue +++ b/src/components/AiAreaPicker.vue @@ -18,7 +18,7 @@
-
@@ -169,6 +169,14 @@ export default { this.list.unshift(self) } this.scrollHeight() + } else { + if (this.areaId.substr(this.areaId.length - 3, 3) !== '000') { + this.list = [{ + id: this.areaId, + name: this.fullArea[0].name + }] + this.areaName = this.fullArea[0].name + } } }) },