Merge branch 'developer' of ssh://code.cyweb.top:30033/scj/zhxy/v3/cloud-ui into developer

This commit is contained in:
guochunsi
2026-01-15 19:06:57 +08:00
7 changed files with 536 additions and 541 deletions

View File

@@ -290,7 +290,8 @@ const init = async () => {
// 修改开关
const changeSm = async (row: any) => {
try {
await editQuickField(row)
let parmas={id:row.id,sm:row.sm}
await editQuickField(parmas)
message.success('修改成功')
} catch (error: any) {
message.error(error.msg || '修改失败')