diff --git a/src/pages/project/add/index.vue.copy b/src/pages/project/add/index.vue.copy deleted file mode 100644 index ded8b39..0000000 --- a/src/pages/project/add/index.vue.copy +++ /dev/null @@ -1,1080 +0,0 @@ - - - - - - - - - - 保存为草稿 - 确定并发布 - - - 确定并发布 - - - - - - - - 基本信息 - - - - - - - - - - - - - - - - - - - - - - - - - 实验目标 - - - - - - - - - - - - 案例描述 - - - - - - - - - - - - - 实验任务 - - 进入判分点 - - - - - 项目总分值:100分 - - - - - 平均分配分值 - 手动分配分值 - (待分配分值: {{handDistributionScore}}/100分) - - - 判分点 - - - - - {{scope.$index+1}} - - - - - - - - - - - - - - 自定义 - 删除 - - - - - - - - - - - - - 实验数据 - - 新增案例数据对象 - 启用 - - - - - - {{scope.$index+1}} - - - - - - - - - - - 查看 - - - - - 编辑 - - - - - - - - 实验提示 - - 启用 - - - - - - - - - - - - - - - 知识点 - - 启用 - - - - - - - - - - - - - - - 实验介绍 - - 启用 - - - - - - - - - - - - - - - - - - 个 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{scope.$index+1}} - - - - - - - 查看 - - - - - - - - - - - - \ No newline at end of file diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue index d2de664..4722b0d 100644 --- a/src/pages/student/list/index.vue +++ b/src/pages/student/list/index.vue @@ -991,6 +991,7 @@ export default { this.uploadFaild = true; } util.successMsg(`上传成功${res.data.successNum},上传失败${res.data.failureNum}`); + this.handleRefresh(); } else { res.message ? util.errorMsg(res.message) : util.errorMsg("上传失败,请检查数据"); }