diff --git a/src/components/AiAreaPicker/AiSearchPopup.vue b/src/components/AiAreaPicker/AiSearchPopup.vue index 688d1fd..772dfd3 100644 --- a/src/components/AiAreaPicker/AiSearchPopup.vue +++ b/src/components/AiAreaPicker/AiSearchPopup.vue @@ -10,7 +10,7 @@ -
+
@@ -25,7 +25,8 @@ export default { ops: {default: () => ({label: 'label', search: 'name'})}, url: String, mode: {default: "right"}, - length: {default: "100%"} + length: {default: "100%"}, + disabled: Boolean }, data() { return { @@ -49,9 +50,6 @@ export default { } }) }, - showPopup() { - this.show = true - }, handleSelect(op) { this.$emit('select', op) this.show = false