feat(pwl):三重一大内容生成添加文件选择功能

This commit is contained in:
2025-10-30 16:54:00 +08:00
parent 7ac79bbc11
commit 2d0fb21d0c
4 changed files with 1797 additions and 1323 deletions

View File

@@ -502,6 +502,7 @@ const chooseType = (data: DictData) => {
const onCompany = (item: OaCompany) => {
console.log('选择的公司:', item);
form.name = item.companyName;
form.companyId = item.companyId;
form.kbId = item.kbId;
form.libraryIds = item.libraryIds;
// 需要等待资料库列表加载完成后再设置回显

File diff suppressed because it is too large Load Diff