@@ -150,7 +150,7 @@ export default {
},
ppowers() {
const { roleProcess } = this.$store.getters;
- const tran = roleProcess.find(i => i.process_type === "RKB") || {};
+ const tran = roleProcess.find(i => i.process_type === "RKD") || {};
const { action } = tran ?? {};
return action ?? [];
}