更换新组件
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user