| | |
| | | |
| | | |
| | | export const doAction = (options,callback) => { |
| | | //modelName 流程名称 默认为 当前用户+'启动流程'+当前分类 |
| | | //multi 是否开启多选 |
| | | //checknotprocess 是否允许发起流程 |
| | | |
| | | options.sourceData = options.sourceData || {}; |
| | | options.dataStore = options.dataStore || []; |
| | | // if (!options.dataStore || options.dataStore.length < 1) { |
| | |
| | | let instance = new dialogConstructor(); |
| | | instance.sourceData = options.sourceData; |
| | | instance.dataStore = options.dataStore; |
| | | instance.paramVOS = paramVOS |
| | | instance.paramVOS = paramVOS; |
| | | |
| | | instance.dialogClose = function () { |
| | | vm.visible = false; |