南网漏洞修复
This commit is contained in:
parent
368aaa4c75
commit
711d4e52b0
|
|
@ -450,7 +450,7 @@
|
|||
:file-list="field101fileList"
|
||||
action="#"
|
||||
:limit="1"
|
||||
accept=".docx, .pdf"
|
||||
accept=".docx"
|
||||
:http-request="
|
||||
(obj) => fileUpLoad(obj, 'fileUrl')
|
||||
"
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@
|
|||
:file-list="field101fileList"
|
||||
action="#"
|
||||
:limit="1"
|
||||
accept=".docx, .pdf"
|
||||
accept=".docx"
|
||||
:http-request="
|
||||
(obj) => fileUpLoad(obj, 'fileUrl')
|
||||
"
|
||||
|
|
|
|||
|
|
@ -513,7 +513,7 @@
|
|||
:file-list="field101fileList"
|
||||
action="#"
|
||||
:limit="1"
|
||||
accept=".docx, .pdf"
|
||||
accept=".docx"
|
||||
:http-request="
|
||||
(obj) => fileUpLoad(obj, 'fileUrl')
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue