mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
fix: 修复 playbook 没有刷新 form 的问题
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<GenericListTable ref="list" :table-config="tableConfig" :header-actions="headerActions" />
|
||||
<UploadDialog :visible.sync="uploadDialogVisible" @completed="refreshTable" />
|
||||
<CreatePlaybookDialog :visible.sync="createDialogVisible" @completed="refreshTable" />
|
||||
<UploadDialog v-if="uploadDialogVisible" :visible.sync="uploadDialogVisible" @completed="refreshTable" />
|
||||
<CreatePlaybookDialog v-if="createDialogVisible" :visible.sync="createDialogVisible" @completed="refreshTable" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user