更换新组件

This commit is contained in:
aixianling
2022-08-31 16:15:25 +08:00
parent 28968f7cbb
commit 06f02e3435
4 changed files with 6 additions and 171 deletions

View File

@@ -18,7 +18,7 @@
</ai-card>
<ai-card title="流程设计">
<template #content>
<ai-workflow v-model="form.config"/>
<ai-flow :config.sync="form.config"/>
</template>
</ai-card>
</el-form>
@@ -32,12 +32,10 @@
</template>
<script>
import AiWorkflow from "./AiWorkflow";
import {mapActions} from "vuex"
export default {
name: "add",
components: {AiWorkflow},
props: {
instance: Function,
dict: Object,