This commit is contained in:
caozehui
2025-03-14 11:23:49 +08:00
parent 50fc02d4eb
commit 0947097932
5 changed files with 95 additions and 85 deletions

View File

@@ -87,7 +87,7 @@ export const changeErrorSystem = (params: {
deviceId: string,
code: string
}) => {
return http.post("/result/changeErrorSystem", params, {loading: false});
return http.post("/result/changeErrorSystem", params, {loading: true});
}
/**