hide workflow req registry for emp
This commit is contained in:
parent
5b80750489
commit
fd32e84b83
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import type { DataOption } from "@/modules/10_registry/interface/index/Main";
|
|||
import Workflow from "@/components/Workflow/Main.vue";
|
||||
|
||||
const $q = useQuasar();
|
||||
const link = ref<string>('')
|
||||
const link = ref<string>("");
|
||||
const store = useRequestEditStore();
|
||||
const dataStore = useDataStore();
|
||||
const router = useRouter();
|
||||
|
|
@ -313,6 +313,7 @@ onMounted(async () => {
|
|||
|
||||
<div class="col-12 q-mt-sm">
|
||||
<Workflow
|
||||
v-if="dataStore.officerType === 'OFFICER'"
|
||||
ref="workflowRef"
|
||||
:id="requestId"
|
||||
sys-name="REGISTRY_PROFILE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue