广州市综治平台后端
xusd
3 days ago c490640493f04e2ed0fc5c4c8fbc92ebdd4d5380
1
2
3
4
5
6
7
8
9
10
 
<div ng-controller="FlowableTransitionEventCtrl">
    <select ng-model="property.value" ng-change="transitionEventChanged()">
        <option>complete</option>
        <option>exit</option>
        <option>occur</option>
        <option>start</option>
        <option>terminate</option>
    </select>
</div>