参数导出模板管理-上传文件传参修改

This commit is contained in:
zyx.net
2022-07-20 16:39:05 +08:00
parent 4ab906da1c
commit 5552f5202b
@@ -9,7 +9,7 @@
name="file" name="file"
:file-list="myfileList" :file-list="myfileList"
:multiple="true" :multiple="true"
:action="uploadAction+'?state='+state+'&cut='+cut" :action="uploadAction+'?state='+2+'&cut='+cut"
:headers="headers" :headers="headers"
@preview="preview" @preview="preview"
:before-upload="beforeUpload" :before-upload="beforeUpload"