This commit is contained in:
timorls 2022-03-09 13:59:37 +08:00
parent afada13816
commit 5f81d8e6ef
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ class TestCompany extends Component {
setIsModalVisible: false, setIsModalVisible: false,
checkAll: false checkAll: false
}) })
}).catch(err=> {
message.warning(err.data.info)
}) })
}) })
} }