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,
workUploadContent: textarea1.value,
workId,
taskId,
}).then((res) => {
submitList.value.unshift(res.data);
});