dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改首页数量查询逻辑、修复登记时caseinfo表参与人保存不上的问题
wangwh
2024-09-10
0ff182e7668997dfb7e4348215043ccb013a3824
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
multiinstance-property-write-template.html
1
2
3
4
5
6
7
8
<div ng-controller="FlowableMultiInstanceCtrl">
<select ng-model="property.value" ng-change="multiInstanceChanged()">
<option>None</option>
<option>Parallel</option>
<option>Sequential</option>
</select>
</div>