zhongrj
2023-11-07 c83da1ed289f629eae67664496f8c1e05d2c028a
subPackage/workbench/views/cscj.vue
@@ -152,7 +152,7 @@
   import lineItem from "@/subPackage/workbench/components/lineItem.vue"
   import {
      getLabelList
   } from "@/api/label/label";
   } from "@/api/label/categoryLabel.js";
   import {
      getDoorplateAddressDetail,
      getDoorplateAddressList
@@ -536,8 +536,8 @@
               data.forEach(label => {
                  this.labelList[0].children.push({
                     id: label.id,
                     text: label.labelName
                     id: label.categoryNo,
                     text: label.categoryName
                  })
               })
            })