This commit is contained in:
yuping
2022-12-13 13:27:05 +08:00
parent d125aa4ce4
commit 675d61652d

View File

@@ -280,6 +280,7 @@ const handleClick = () => {
projectOrRouterLogo: type, projectOrRouterLogo: type,
workUploadContent: textarea1.value, workUploadContent: textarea1.value,
workId, workId,
taskId,
}).then((res) => { }).then((res) => {
submitList.value.unshift(res.data); submitList.value.unshift(res.data);
}); });