This commit is contained in:
yuping
2022-12-15 11:43:52 +08:00
parent 00f7b09728
commit 79807b35c2
2 changed files with 22 additions and 28 deletions

View File

@@ -282,6 +282,7 @@ const handleClick = () => {
workUploadContent: sbValue.value.content,
workUploadAddress: fileList.value.map(e => e.url).join(',') || '',
workId,
type,
taskId,
}).then((res) => {
submitList.value.unshift(res.data);