兰宝车间质量管理系统-前端
陈西瓜i
2024-10-14 1644070e97af5df11a9cc655a93f4e3e778ae879
src/components/Process/approvalRecord.vue
@@ -67,7 +67,7 @@
const bpmnViewRef = ref<BpmnView>();
//初始化查询审批记录
const init = async (businessKey: string) => {
const init = async (businessKey: string | number) => {
  visible.value = true;
  loading.value = true;
  tabActiveName.value = 'bpmn';