caojunjie
2 年之前
|
@@ -298,7 +298,7 @@
|
|
|
ref="upload"
|
|
|
:action="action"
|
|
|
:headers="headers"
|
|
|
- :data={id:form.id}
|
|
|
+ :data="{id:form.id}"
|
|
|
accept=".pdf,.PDF"
|
|
|
:show-file-list="false"
|
|
|
:on-success="onSuccess"
|
|
@@ -287,7 +287,7 @@
|
|
|
ref="upload"
|
|
|
:action="action"
|
|
|
:headers="headers"
|
|
|
- :data={id:form.id}
|
|
|
+ :data="{id:form.id}"
|
|
|
accept=".pdf,.PDF"
|
|
|
:show-file-list="false"
|
|
|
:on-success="onSuccess"
|