瀏覽代碼

台账修改

LAPTOP-16IUEB3P\Lenovo 3 年之前
父節點
當前提交
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
         });
       },