|
|
@@ -149,7 +149,7 @@ const handleSave = async () => {
|
|
|
|
|
|
const loadCategoryList = async () => {
|
|
|
try {
|
|
|
- const res = await getProductCategoryList({ datasource: 'A10', classLevel: 1 });
|
|
|
+ const res = await getProductCategoryList({ dataSource: 'A10', classLevel: 1 });
|
|
|
if (res.data) {
|
|
|
categoryList.value = res.data;
|
|
|
}
|
|
|
@@ -215,6 +215,8 @@ onMounted(() => {
|
|
|
|
|
|
.tag-item {
|
|
|
padding: 8px 20px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 16px;
|
|
|
border: 1px solid #dcdfe6;
|
|
|
border-radius: 4px;
|
|
|
cursor: pointer;
|