|
|
发表于 2022-2-11 10:06:53|来自:
|
显示全部楼层
参考这个
console.log("在视图的事件中使用查询视图queryView---this.queryView", JSON.stringify(this.queryView));
console.log("在视图的事件中使用流程对象---workContext", JSON.stringify(this.target.app.data.$work));
console.log("在视图的事件中使用数据对象data---this.target.app.data", JSON.stringify(this.target.app.data)); |
|