feat: 完善用户选择弹窗功能,添加分页和搜索功能,优化部门选择逻辑 进度 30%
This commit is contained in:
@@ -147,9 +147,6 @@ async function getApprovalDetail() {
|
||||
processDefinition.value.formFields,
|
||||
processInstance.value.formVariables,
|
||||
);
|
||||
|
||||
detailForm.value.value.Fx21maervo4ratc = undefined;
|
||||
detailForm.value.value.F3yvmaervlwuanc = undefined;
|
||||
}
|
||||
nextTick().then(() => {
|
||||
fApi.value?.btn.show(false);
|
||||
@@ -171,8 +168,8 @@ async function getApprovalDetail() {
|
||||
|
||||
// 获取审批节点,显示 Timeline 的数据
|
||||
activityNodes.value = data.activityNodes;
|
||||
} catch (error) {
|
||||
console.error('🚀 ~ getApprovalDetail ~ error:', error);
|
||||
} catch {
|
||||
message.error('获取审批详情失败!');
|
||||
} finally {
|
||||
processInstanceLoading.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user