提交 7a19a567 编写于 作者: 张平's avatar 张平

Merge branch 'dev-cme-20191227' into 'release'

后端让CME项目去掉“暂存”按钮  code reviewer:张平

后端让CME项目去掉“暂存”按钮  
code reviewer:张平

See merge request !135
......@@ -1828,7 +1828,7 @@ export default {
this.projectStatus = res.data.projectData.projectStatus;
this.formComponent.courseRequire = res.data.projectData.courseRequire || 0;
// this.status4Flag = res.data.projectData.status4Flag;
if (this.projectStatus == 1) {
if (this.projectStatus == 1 && this.projectType == 1) {
this.showStorage = true;
}
//console.log('projectStatus:',this.projectStatus);
......@@ -1838,7 +1838,9 @@ export default {
}
);
} else {
this.showStorage = true;
if (this.projectType == 1) {
this.showStorage = true;
}
}
},
//编辑/更新 基础信息
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册