rebuild all

This commit is contained in:
吴红兵
2026-03-02 10:06:48 +08:00
parent c8aaeee298
commit 4167a2a94d
12 changed files with 836 additions and 4 deletions

View File

@@ -1204,7 +1204,7 @@ const handleCancel = () => {
async function loadDetail(applyId: string | number) {
if (!applyId) return;
try {
const res = await getObj(Number(applyId));
const res = await getObj(String(applyId));
const detail = res?.data;
if (detail && typeof detail === 'object') {
Object.assign(dataForm, {