rebuild all
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user