fix: change Status not update
This commit is contained in:
parent
0e3f3a5462
commit
8520b04be3
1 changed files with 2 additions and 0 deletions
|
|
@ -718,6 +718,8 @@ async function triggerChangeStatus(
|
||||||
status: status !== 'INACTIVE' ? 'INACTIVE' : 'ACTIVE',
|
status: status !== 'INACTIVE' ? 'INACTIVE' : 'ACTIVE',
|
||||||
});
|
});
|
||||||
if (res) resolve(res);
|
if (res) resolve(res);
|
||||||
|
|
||||||
|
await fetchList({ tree: true, pageSize: 99999 });
|
||||||
},
|
},
|
||||||
cancel: () => {},
|
cancel: () => {},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue