fix : 修复详情提交/重新提交功能
This commit is contained in:
@@ -48,7 +48,8 @@ const tableConfig = reactive({
|
||||
{
|
||||
prop: 'size',
|
||||
label: '文件大小',
|
||||
align: 'center'
|
||||
align: 'center',
|
||||
currentRender: ({row, index}) => (parseInt(row.size / 1024) + 'KB')
|
||||
},
|
||||
{
|
||||
prop: 'oper',
|
||||
@@ -119,7 +120,7 @@ const handleSubmit = async () => {
|
||||
})
|
||||
let params = {
|
||||
fileList: files,
|
||||
targetState:'',
|
||||
targetState:route.query.name,
|
||||
projectId: route.query.id,
|
||||
}
|
||||
let res = await uploadFileList(params)
|
||||
|
||||
Reference in New Issue
Block a user