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