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

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

cme项目编辑特殊区别暂存和下一步的操作,后端新增字段   code reviewer: 张平

cme项目编辑特殊区别暂存和下一步的操作 ,后端新增字段   
code reviewer: 张平

See merge request !133
......@@ -1928,6 +1928,10 @@ export default {
if(option == "edit" || option == "storageEdit") {
notifyData.notifyId = this.formData.notifyId;
}
//CME项目新增暂存判断
if(option == "storage" || option == "storageEdit") {
projectModel.operateType = 0;
}
let postData = {
projectModel: JSON.stringify(projectModel),
attachmentModel: JSON.stringify(attachmentModel),
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册