去掉警告

This commit is contained in:
unknown
2022-06-17 14:50:32 +08:00
parent 88ba3ccd6a
commit e2ff243cba

View File

@ -87,7 +87,7 @@ const conversation = (props) => {
showTotal: total => `${total}`, showTotal: total => `${total}`,
}) })
}else{ }else{
message.warn(res && res.message) //message.warn(res && res.message)
} }
}) })
} }