| | |
| | | success(res) { |
| | | res = res.data |
| | | that.elements = [ |
| | | { |
| | | title: '组件物料', |
| | | name: 'moduleMat', |
| | | color: 'green', |
| | | cuIcon: 'order', |
| | | url: '/mat/moduleMat' |
| | | }, |
| | | // { |
| | | // title: '组件入库', |
| | | // name: 'modulePakin', |
| | | // color: 'green', |
| | | // cuIcon: 'order', |
| | | // url: '/pakin/modulePakin' |
| | | // }, |
| | | ] |
| | | if (res.code === 200) { |
| | | if (res.data == undefined || res.data == null || res.data == "") { |
| | |
| | | break; |
| | | } |
| | | that.getIcon(res.data[i].title) |
| | | that.elements.unshift({ |
| | | that.elements.push({ |
| | | title: res.data[i].name, |
| | | name: res.data[i].title, |
| | | color: that.colorList[i], |