update:审批跳转
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user