LAPTOP-16IUEB3P\Lenovo 3 лет назад
Родитель
Сommit
2367bcd275
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/ledgerAssets/equipment/components/equipment-list.vue

+ 2 - 2
src/views/ledgerAssets/equipment/components/equipment-list.vue

@@ -140,7 +140,7 @@
             columnKey: 'action',
             slot: 'action',
             label: '操作',
-            minWidth: 60
+            minWidth: 100
           }
         ]
       };
@@ -156,7 +156,7 @@
           ...order,
           pageNum: page,
           size: limit,
-          categoryId: this.categoryId,
+          categoryLevelId: this.categoryId,
           rootCategoryLevelId: this.rootId
         });
       },