Commit ca752d78 authored by guang.wu's avatar guang.wu

fix: 修改刷新列表

parent ed18b033
...@@ -31,8 +31,8 @@ const BrandInfo = props => { ...@@ -31,8 +31,8 @@ const BrandInfo = props => {
params.brandId = brandId; params.brandId = brandId;
params.id = brandId; params.id = brandId;
const api = getAPI(); const api = getAPI();
const res = api(params); const res = await api(params);
if (res) { if (res?.success) {
notification.success({ notification.success({
message: '提交成功', message: '提交成功',
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment