From 7f36cf4adb20b7016d1a2b012e15907d1233f031 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Dec 2021 15:10:34 +0800 Subject: [PATCH 1/2] BUG 25146 --- src/apps/AppAskForm/AppForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppAskForm/AppForm.vue b/src/apps/AppAskForm/AppForm.vue index 3a0e056a..d7058bb9 100644 --- a/src/apps/AppAskForm/AppForm.vue +++ b/src/apps/AppAskForm/AppForm.vue @@ -49,7 +49,7 @@ export default { this.root.goto({query, path, hash}) }) } else { - this.getCode({corpId, url: location.href}) + this.getCode({corpId, suiteId, url: location.href}) } }, }, From 620b692478b2a425cc62829efb03f6af9d2dc1fc Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Dec 2021 17:09:43 +0800 Subject: [PATCH 2/2] BUG 25193 --- src/components/AiSelect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AiSelect.vue b/src/components/AiSelect.vue index 27acb327..b1bb5a06 100644 --- a/src/components/AiSelect.vue +++ b/src/components/AiSelect.vue @@ -8,7 +8,7 @@ {{ placeholder }} - + @@ -20,7 +20,7 @@ export default { placeholder: {default: "请选择"}, list: {default: () => []}, dict: {default: ""}, - disabled: Boolean + disabled: Boolean, }, computed: { selectedLabel() {