杨磊
14 小时以前 afe2fbc5b0375c7c06853fc981deec74e04fd630
src/views/classManage/teachingPlan.vue
@@ -585,7 +585,7 @@
const getTypeByCode = () => {
  MG.resource
    .getCmsTypeByRefCode({
      refCodes: [config.refCodes.teachingPlan],
      refCodes: [config.refCode.teachingPlan],
    })
    .then((res: any) => {
      const data = res[0]?.cmsTypeLinks[0]?.children;
@@ -751,7 +751,7 @@
        name: taskItem.title,
        description: "",
        icon: "",
        type: config.refCodes.teachingPlan,
        type: config.refCode.teachingPlan,
        state: "Normal",
        order: 0,
        newDataListRequest: tool.worksDataBytool(
@@ -838,7 +838,7 @@
      }
    }
    .linkTitle {
      color: #ff6c00;
      color: #019e58;
      cursor: pointer;
    }
    .linkTitle:hover {