Fix a bug.

This commit is contained in:
李寻欢 2024-02-03 16:02:46 +08:00
parent d3c074090f
commit 64d85c22c2

View File

@ -106,6 +106,7 @@ onMounted(() => {
</script>
<template>
<div>
<div style="margin: 20px">
<el-button type="primary" @click="showCreateDialog = true"
>新增 AI 助手</el-button
@ -241,6 +242,7 @@ onMounted(() => {
</el-form-item>
</el-form>
</el-dialog>
</div>
</template>
<style lang="scss" scoped>