-
+
- {{ scope.row.nickName||'无' }}
+ {{ scope.row.nickName || '无' }}
@@ -71,7 +71,7 @@ const bpmnViewRef = ref();
const init = async (instanceId: string) => {
visible.value = true;
loading.value = true;
- tabActiveName.value = 'bpmn'
+ tabActiveName.value = 'bpmn';
historyList.value = [];
processApi.getHistoryRecord(instanceId).then((resp) => {
historyList.value = resp.data.historyRecordList;