Skip to content

Commit

Permalink
add role init perm
Browse files Browse the repository at this point in the history
  • Loading branch information
itimor committed Feb 7, 2021
1 parent f16011f commit a0c3d11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/workflow/wfset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ export default {
type: this.temp.type.id,
roles: row.roles.map(a => a.id),
});
console.log(this.temp)
this.dialogStatus = "update";
this.dialogFormVisible = true;
this.$nextTick(() => {
Expand Down

0 comments on commit a0c3d11

Please sign in to comment.