(function($) { //0并行分支,1手动分支,2条件分支 Vue.component('flow-process', { template: '\
\
流程办理
\ \ \
\ \ \
\
\ \ \
\
\
流转过程
\ \
\
\ ', props: ['selModelId', 'tmodel', 'nextTmodels', 'nextHandTmodels','processList'], methods: { openUser: function(nextHandTmodel) { choosePerson({ 'backId': nextHandTmodel.nextTmodelId.tmodelId, 'isMultiDept': '1' }) } }, //组件渲染之前 created: function() {}, //组件渲染之后 mounted: function() {} }); })(jQuery);