提交 2eed2015 编写于 作者: 刘景奇's avatar 刘景奇

新增问卷id

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