mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
feat: add support for .kbwf file uploads in el-upload component
--bug=1065076 --user=刘瑞斌 【知识库】工作流知识库中导入工作流,可选文件没有进行类型过滤 https://www.tapd.cn/62980211/s/1818699
This commit is contained in:
parent
7cc33d9b86
commit
d7538c3eb2
|
|
@ -63,6 +63,7 @@
|
|||
<el-upload
|
||||
class="import-button"
|
||||
ref="elUploadRef"
|
||||
accept=".kbwf"
|
||||
:file-list="[]"
|
||||
action="#"
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Reference in New Issue