fix(ui): missing field "workflowRef" of CertificateModel

This commit is contained in:
Fu Diwei 2025-08-28 17:08:10 +08:00
parent f82d43e10e
commit be548929e5

View File

@ -40,6 +40,7 @@ export const list = async (request: ListRequest) => {
"keyAlgorithm",
"validityNotBefore",
"validityNotAfter",
"workflowRef",
"created",
"updated",
"deleted",