1
QYF-GitLab1
3 天以前 1db648db38acabefcc450bc676c92c187b263c12
src/views/classManage/teachingPlan.vue
@@ -472,8 +472,9 @@
// 下载上传资源
const downloadRes = (item: any) => {
  const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5;
  window.open(url, "_blank");
  // const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5;
  // window.open(url, "_blank");
  ElMessage.warning("正在建设中...");
};
// 选择器
@@ -585,7 +586,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 +752,7 @@
        name: taskItem.title,
        description: "",
        icon: "",
        type: config.refCodes.teachingPlan,
        type: config.refCode.teachingPlan,
        state: "Normal",
        order: 0,
        newDataListRequest: tool.worksDataBytool(
@@ -838,7 +839,7 @@
      }
    }
    .linkTitle {
      color: #ff6c00;
      color: #019e58;
      cursor: pointer;
    }
    .linkTitle:hover {