|
如题,
使用
this.form.createDocument("xx栏目", "xx分类", {"id": '0c8adb84-0d71-47fa-b4ea-9558cd77498d'},this.session.user.identityList[0].distinguishedName, function(json){
// this.form.notice("创建成功!", "success");
this.form.get("view").reload();
}.bind(this));
进入创建内容表单页面,在表单页使用:
this.documentContext.getDocument()
无法获取到传过来的id数据???请问应当如何获取?
|
|