diff --git a/src/components/Workflow/DialogSelectPerson.vue b/src/components/Workflow/DialogSelectPerson.vue index 87ad3b0..abed893 100644 --- a/src/components/Workflow/DialogSelectPerson.vue +++ b/src/components/Workflow/DialogSelectPerson.vue @@ -74,7 +74,7 @@ const isReasonSetting = ref(false); async function fetchLists() { showLoader(); await http - .get(config.API.workflow + `commander`) + .get(config.API.workflow + `commander${props.type}`) .then(async (res) => { rows.value = res.data.result; })