| | |
| | | <!-- |
| | | * @Date: 2024-04-15 23:58:36 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2024-10-08 19:52:12 |
| | | * @LastEditTime: 2024-10-08 20:27:04 |
| | | * @FilePath: /cps-web/src/views/mdc/configComp/Board.vue |
| | | --> |
| | | <template> |
| | |
| | | methods: { |
| | | init() { |
| | | this.$HTTP.get('/api/blade-system/param-biz/detail?paramKey=mdc_chosen_groups').then(re => { |
| | | this.id = re.data.id |
| | | this.id = re?.data?.id |
| | | let chosen = [] |
| | | let normalId = '' |
| | | try { |
| | |
| | | }))) |
| | | }) |
| | | ]).then(res => { |
| | | this.$HTTP.get('/api/blade-cps/apply-settings/list-workstation-group?groupCategory=&groupTag=&groupType=group_workstation').then(res => { |
| | | this.$HTTP.get('/api/smis/apply-settings/list-workstation-group?groupCategory=&groupTag=&groupType=group_workstation').then(res => { |
| | | this.dicts.forEach(v => { |
| | | v.children = res.data.filter(item => item.groupTag == v.dictKey).map(item => { |
| | | return { |