This commit is contained in:
kclf
2022-12-08 18:15:59 +08:00
3 changed files with 18 additions and 17 deletions

View File

@@ -4766,7 +4766,7 @@ export default defineComponent({
});
const postData = {
offcourseId: null, //不传代表新增
name: item.name,
name: '复制'+item.name,
picUrl: item.picUrl,
targetUser: item.targetUser,
meaning: item.meaning,