fix: 打包编译类型错误导致失败
This commit is contained in:
@@ -667,7 +667,7 @@ onMounted(() => {
|
|||||||
:accept="item.filter"
|
:accept="item.filter"
|
||||||
:max-count="1"
|
:max-count="1"
|
||||||
:show-upload-list="false"
|
:show-upload-list="false"
|
||||||
:custom-request="v => fnUpload(v, item.name)"
|
:custom-request="(v:any) => fnUpload(v, item.name)"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|||||||
@@ -635,7 +635,7 @@ onMounted(() => {
|
|||||||
:accept="item.filter"
|
:accept="item.filter"
|
||||||
:max-count="1"
|
:max-count="1"
|
||||||
:show-upload-list="false"
|
:show-upload-list="false"
|
||||||
:custom-request="v => fnUpload(v, item.name)"
|
:custom-request="(v:any) => fnUpload(v, item.name)"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|||||||
@@ -640,7 +640,7 @@ onMounted(() => {
|
|||||||
:accept="item.filter"
|
:accept="item.filter"
|
||||||
:max-count="1"
|
:max-count="1"
|
||||||
:show-upload-list="false"
|
:show-upload-list="false"
|
||||||
:custom-request="v => fnUpload(v, item.name)"
|
:custom-request="(v:any) => fnUpload(v, item.name)"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user