mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 上传远程应用弹窗清空上次上传内容
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user