提交 20d60cff 编写于 作者: jingqi.liu's avatar jingqi.liu

Merge branch 'release' into 'feature/ljq'

新增问卷id

See merge request !5
...@@ -206,6 +206,7 @@ export default { ...@@ -206,6 +206,7 @@ export default {
if( res && res.data ){ if( res && res.data ){
vm.ruleForm.protocolName = res.data.protocolName; vm.ruleForm.protocolName = res.data.protocolName;
vm.ruleForm.content = res.data.contents; vm.ruleForm.content = res.data.contents;
vm.ruleForm.txWenJuanId = res.data.txWenJuanId;
editor.setData(res.data.contents); editor.setData(res.data.contents);
} }
}else{ }else{
......
...@@ -99,6 +99,7 @@ export default { ...@@ -99,6 +99,7 @@ export default {
vm.ruleForm.signNum = res.data.signNum; vm.ruleForm.signNum = res.data.signNum;
vm.ruleForm.createdName = res.data.createdName; vm.ruleForm.createdName = res.data.createdName;
vm.ruleForm.createTime = res.data.createTime; vm.ruleForm.createTime = res.data.createTime;
vm.ruleForm.txWenJuanId = res.data.txWenJuanId;
// detailEditor.setData(res.data.contents); // detailEditor.setData(res.data.contents);
} }
}else{ }else{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册