feat(regulatory-info-package): 接入对话和前端卡片

This commit is contained in:
2026-06-10 19:50:03 +08:00
parent dac8ce3c14
commit dcd829e821
6 changed files with 156 additions and 3 deletions

View File

@@ -517,6 +517,8 @@
attributeName = "data-regulatory-status-url-template";
} else if (workflow_type === "application_form_fill") {
attributeName = "data-application-form-fill-status-url-template";
} else if (workflow_type === "regulatory_info_package") {
attributeName = "data-regulatory-info-package-status-url-template";
}
return templateUrl(attributeName, "__batch_id__", batchId);
}