zhaosheng

This commit is contained in:
guochunsi
2026-01-26 18:19:57 +08:00
parent 741af78a0e
commit c5eea52c46
48 changed files with 656 additions and 488 deletions

View File

@@ -258,7 +258,8 @@ const init = async () => {
getDataList()
} catch (error) {
message.error('初始化失败')
console.log(error)
}
}
@@ -269,7 +270,8 @@ const changeSm = async (row: any) => {
await editQuickField(parmas)
message.success('修改成功')
} catch (error: any) {
message.error(error.msg || '修改失败')
console.log(error)
}
}