|
@@ -150,7 +150,7 @@ export default {
|
|
},
|
|
},
|
|
ppowers() {
|
|
ppowers() {
|
|
const { roleProcess } = this.$store.getters;
|
|
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 ?? {};
|
|
const { action } = tran ?? {};
|
|
return action ?? [];
|
|
return action ?? [];
|
|
}
|
|
}
|