fix(项目设置): 去掉文件上传限制

This commit is contained in:
shiziyuan9527 2022-10-13 18:10:21 +08:00 committed by lyh
parent fbde8efa54
commit 03550f2c39
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
<el-upload
v-if="moduleType==='module'"
action=""
:limit="fileNumLimit"
multiple
:show-file-list="false"
:before-upload="beforeUploadFile"
@ -235,7 +234,6 @@ export default {
pageSize: 10,
total: 0,
metadataArr: [],
fileNumLimit: 10,
condition: {},
projectId: getCurrentProjectID(),
height: 'calc(100vh - 160px)',