bug修改

This commit is contained in:
13218645326 2023-12-09 23:13:53 +08:00
parent a1c7b06450
commit d71f3dac09
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ const beforeChange = (ev: any) => {
return new Promise((resolve, reject) => {
apiAddOrUpdateCompanyType({
name: ev.name,
status: ev.status ? '1' : '0',
status: ev.status ? '0' : '1',
id:ev.id
}).then((res: any) => {
if(res.code == 200){