产值管理审批流

This commit is contained in:
Teo
2025-08-07 19:22:17 +08:00
parent 0223d9d86e
commit f37ca487f6
28 changed files with 5272 additions and 39 deletions

View File

@ -83,6 +83,8 @@ const init = async (businessId: string | number) => {
loading.value = true;
tabActiveName.value = 'image';
historyList.value = [];
console.log('🚀 ~ init ~ businessId:', businessId);
flowHisTaskList(businessId).then((resp) => {
if (resp.data) {
historyList.value = resp.data.list;