quesiont
<a-upload :file-list="otherFiles">
a-upload组件绑定fileList参数报错
check failed for prop filelist
reason
绑定的变量otherFiles在代码中被赋值了
resolution
绑定的变量otherFiles不要赋值
<a-upload :file-list="otherFiles">
a-upload组件绑定fileList参数报错
check failed for prop filelist
绑定的变量otherFiles在代码中被赋值了
绑定的变量otherFiles不要赋值