LAPTOP-16IUEB3P\Lenovo hace 3 años
padre
commit
2367bcd275

+ 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
         });
       },