LAPTOP-16IUEB3P\Lenovo vor 3 Jahren
Ursprung
Commit
2367bcd275
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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',
             columnKey: 'action',
             slot: 'action',
             slot: 'action',
             label: '操作',
             label: '操作',
-            minWidth: 60
+            minWidth: 100
           }
           }
         ]
         ]
       };
       };
@@ -156,7 +156,7 @@
           ...order,
           ...order,
           pageNum: page,
           pageNum: page,
           size: limit,
           size: limit,
-          categoryId: this.categoryId,
+          categoryLevelId: this.categoryId,
           rootCategoryLevelId: this.rootId
           rootCategoryLevelId: this.rootId
         });
         });
       },
       },