--demand 权限列表

This commit is contained in:
yuping
2023-02-07 16:58:44 +08:00
parent 2a026d81ce
commit 66e21e8692
5 changed files with 16 additions and 5 deletions

View File

@@ -4039,7 +4039,7 @@ export default defineComponent({
if (state.copy_hs) {
console.log(2222222);
if (state.offcourseId && state.offcoursePlanId) {
copyCoursePlan({offcoursePlanId:state.offcourseId}).then(() => {
copyCoursePlan({offcoursePlanId:state.offcoursePlanId}).then(() => {
message.destroy();
message.success("复制成功");
getTableDate3();