fix: 上传远程应用弹窗清空上次上传内容

This commit is contained in:
“huailei000”
2023-01-28 15:07:09 +08:00
committed by huailei
parent 5de8c055c1
commit 098eabf308

View File

@@ -1,7 +1,7 @@
<template>
<div>
<ListTable ref="ListTable" v-bind="$data" />
<UploadDialog :visible.sync="uploadDialogVisible" @upload-event="handleUpload" />
<UploadDialog v-if="uploadDialogVisible" :visible.sync="uploadDialogVisible" @upload-event="handleUpload" />
</div>
</template>