公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
流程办理回显逻辑变更:处理当前节点只拉取上一个节点及本节点的表单数据
xiangpei
2024-12-05
c9533d1889a36bbd671354fee081c6512c667946
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
calledelementtype-property-write-template.html
1
2
3
4
5
6
7
<div ng-controller="FlowableCalledElementTypeCtrl">
<select ng-model="property.value" ng-change="calledElementTypeChanged ()">
<option>key</option>
<option>id</option>
</select>
</div>