apply-clients 4.1.69 → 4.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,15 +48,8 @@
48
48
  },
49
49
  //点击获取节点名
50
50
  getdefname(row){
51
- if(row.defname === this.$workflow_vue.start_activity){
52
51
  row = Object.assign({},this.selectdata,row)
53
52
  this.$dispatch('apply', row)
54
- }else if(this.check(row.actorexpression)){
55
- row = Object.assign({},this.selectdata,row)
56
- this.$dispatch('apply', row)
57
- }else{
58
- this.$showMessage("对不起,您没有查看此节点的权限!")
59
- }
60
53
  },
61
54
  // 检测是否有权限
62
55
  check(actorexpression){