openatc-components 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -632,7 +632,7 @@ export default {
632
632
  },
633
633
  queryThirdParty () {
634
634
  this.funcSort = 'allFunc'
635
- GetRoleByName(`thirdparty--${this.platform}`).then(res => {
635
+ GetRoleByName(`td--${this.platform}`).then(res => {
636
636
  if (!res.data.success) {
637
637
  let msg = getMessageByCode(res.data.code, this.$i18n.locale)
638
638
  this.$message.error(msg)