doum
2026-03-06 9ed63131e87df9fc45c35f445a24506ae662d23c
admin/src/components/business/OperaCarsWindow.vue
@@ -136,7 +136,7 @@
        id: node.id,
        label: node.name,
        parentId: node.parentId,
        children: node.childCategoryList,
        children: node.childCategoryList
      }
      return node1
    },
@@ -194,7 +194,6 @@
        if (res && res.records && res.records.length > 0) {
          res.records[0].fsStatus = 1
          this.cateList = res.records || []
        }
      })
    },