调整设计器关闭
This commit is contained in:
parent
45d40c92a8
commit
86fdde511b
@ -41,7 +41,7 @@ export default {
|
||||
.then(() => {
|
||||
this.visible = false;
|
||||
// 刷新数据
|
||||
this.$parent.getList();
|
||||
this.$emit("handleClose")
|
||||
})
|
||||
.finally(() => {
|
||||
this.loading = false;
|
||||
|
@ -68,7 +68,7 @@
|
||||
<pagination v-show="total > 0" :total="total" v-model:page="queryParams.pageNum" v-model:limit="queryParams.pageSize" @pagination="getList" />
|
||||
</el-card>
|
||||
<!-- 设计流程开始 -->
|
||||
<design ref="designModel" :modelId="modelId" />
|
||||
<design ref="designModel" :modelId="modelId" @handleClose="getList"/>
|
||||
<!-- 设计流程结束 -->
|
||||
<!-- 添加模型对话框 -->
|
||||
<el-dialog v-model="open" v-if="open" title="新增模型" width="650px" append-to-body :close-on-click-modal="false">
|
||||
|
Loading…
x
Reference in New Issue
Block a user