fix(项目设置): 去掉文件上传限制
This commit is contained in:
parent
fbde8efa54
commit
03550f2c39
|
@ -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)',
|
||||
|
|
Loading…
Reference in New Issue