feat: 初步修改审批页面的样式,增加输入审批意见的对话框,修复打开草稿时tab页标题不对的bug
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
query: {
|
||||
schemaId: res.schemaId,
|
||||
draftsId: record.id,
|
||||
tabKey: 'new_' + record.id
|
||||
tabKey: 'draft_' + record.id
|
||||
}
|
||||
});
|
||||
} catch (error) {}
|
||||
|
||||
Reference in New Issue
Block a user