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})
}
},
},
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() {