Commit 958edc77 authored by 张子雨's avatar 张子雨

feat: 优化

parent 537efe67
......@@ -76,6 +76,8 @@ export default () => {
const data = await logisticsIntercept({ serviceNo: r.serviceNo });
if (data.businessCode === '0000') {
notification.success({ message: '拦截成功' });
// eslint-disable-next-line no-unused-expressions
table.current?.reload?.();
} else {
notification.error({ message: data.msg || '拦截失败' });
}
......
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