feat: 初步修改审批页面的样式,增加输入审批意见的对话框,修复打开草稿时tab页标题不对的bug

This commit is contained in:
gaoyunqi
2024-02-21 15:52:18 +08:00
parent 4e4ef58105
commit 5ce61fa5e5
6 changed files with 335 additions and 21 deletions

View File

@ -100,7 +100,7 @@
query: {
schemaId: res.schemaId,
draftsId: record.id,
tabKey: 'new_' + record.id
tabKey: 'draft_' + record.id
}
});
} catch (error) {}