这一版本优化了很多
This commit is contained in:
@@ -967,7 +967,7 @@ const addSelectedLibrary = async () => {
|
||||
try {
|
||||
// 遍历选中的检查库,获取详情
|
||||
for (const id of selectedLibraries.value) {
|
||||
const res = await getCheckItemListDetail({ itemId: id });
|
||||
const res = await getCheckItemListDetail({ id: id });
|
||||
if (res.code === 0 && res.data) {
|
||||
const records = res.data.records || [];
|
||||
const total = res.data.total || 0;
|
||||
|
||||
Reference in New Issue
Block a user