hurx hai 3 días
pai
achega
de7332d8bc
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/cost/quotaControl/apply.vue

+ 3 - 1
src/views/cost/quotaControl/apply.vue

@@ -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;