From 782d060673966f93d685daeaea6deab2b7d875b6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 17 Mar 2022 09:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=BC=B9=E7=AA=97=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiAreaPicker/AiSearchPopup.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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