update 优化审批按钮判断

This commit is contained in:
gssong
2024-06-07 21:38:17 +08:00
parent 2c9c837c1b
commit f95f6e8390
4 changed files with 56 additions and 55 deletions

View File

@ -67,7 +67,7 @@ const tabActiveName = ref('bpmn');
const bpmnViewRef = ref<BpmnView>();
//初始化查询审批记录
const init = async (businessKey: string) => {
const init = async (businessKey: string | number) => {
visible.value = true;
loading.value = true;
tabActiveName.value = 'bpmn';