1 files modified
1 files added
| New file |
| | |
| | | import http from '@/http/api.js' |
| | | |
| | | //保存 |
| | | export const getLabelList = (params) => { |
| | | return http.request({ |
| | | url: 'blade-categoryLabel/categoryLabel/list', |
| | | method: 'GET', |
| | | params |
| | | }) |
| | | } |
| | |
| | | import lineItem from "@/subPackage/workbench/components/lineItem.vue" |
| | | import { |
| | | getLabelList |
| | | } from "@/api/label/label"; |
| | | } from "@/api/label/categoryLabel.js"; |
| | | import { |
| | | getDoorplateAddressDetail, |
| | | getDoorplateAddressList |
| | |
| | | |
| | | data.forEach(label => { |
| | | this.labelList[0].children.push({ |
| | | id: label.id, |
| | | text: label.labelName |
| | | id: label.categoryNo, |
| | | text: label.categoryName |
| | | }) |
| | | }) |
| | | }) |