feat(shop): 添加品牌管理和物流公司管理功能
- 新增品牌管理相关接口和页面组件 - 新增物流公司管理相关接口和页面组件 - 优化运费模板和运费模板详情页面的请求路径
This commit is contained in:
@@ -146,9 +146,9 @@
|
||||
};
|
||||
|
||||
// 批量删除
|
||||
const removeBatch = () => {
|
||||
emit('remove');
|
||||
};
|
||||
// const removeBatch = () => {
|
||||
// emit('remove');
|
||||
// };
|
||||
|
||||
const onType = () => {
|
||||
resetFields();
|
||||
|
||||
Reference in New Issue
Block a user