| | |
| | | }, |
| | | methods: { |
| | | init() { |
| | | this.$HTTP.post(`/api/blade-cps/group/groupWorkstation`, { groupCategory: 1, groupType: 'group_workstation' }).then(res => { |
| | | this.$HTTP.post(`/api/smis/group/groupWorkstation`, { groupCategory: 1, groupType: 'group_workstation' }).then(res => { |
| | | this.treeData = this.formatData(res.data) |
| | | |
| | | }) |
| | |
| | | }) |
| | | }, |
| | | getAddList(transferDirectorId) { |
| | | return this.$HTTP.post(`/api/blade-cps/group/groupFtpDirectory/ftp`, { groupCategory: 1, groupType: 'group_workstation', transferDirectorId }).then(res => { |
| | | return this.$HTTP.post(`/api/smis/group/groupFtpDirectory/ftp`, { groupCategory: 1, groupType: 'group_workstation', transferDirectorId }).then(res => { |
| | | this.addTreeData = this.formatData(res.data, null, 'disabled') |
| | | return this.addTreeData |
| | | }) |