This commit is contained in:
caishi 2024-04-16 13:46:42 +08:00
parent b410e10e5e
commit 6d59b8797a
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ export default Form.create()(
}})
.then(result => {
if (result) {
setTagList(result.data);
setOptions(renderTagList(result.data));
setTagList(result.data.tags);
setOptions(renderTagList(result.data.tags));
}
})
.catch(error => {