update:审批跳转

This commit is contained in:
2025-12-17 15:15:24 +08:00
parent 5444d5f4bf
commit 7538c58e77
4 changed files with 14 additions and 5 deletions

View File

@@ -197,6 +197,12 @@ const refuseTask = () => {
};
onMounted(() => {
getDataList();
// SPDM CODE
if (localStorage.getItem('SPDM_MSG_TASK_ID')) {
// deal({ taskId: localStorage.getItem('SPDM_MSG_TASK_ID') }); // TODO
localStorage.removeItem('SPDM_MSG_TASK_TYPE');
localStorage.removeItem('SPDM_MSG_TASK_ID');
}
});
const formValue = computed(() => {