Commit 50ea3d042fa70ede3ffbc6aa3db410a983286e19

Authored by xp.Huang
2 parents 4239e0ae f020a137

Merge branch 'fix/assign-device-auth' into 'main_dev'

fix: 修复分配设备未绑定权限

See merge request yunteng/thingskit-front!902
... ... @@ -127,6 +127,7 @@
127 127 label: '取消分配',
128 128 icon: 'mdi:account-arrow-left',
129 129 ifShow: authBtn(role) && !record?.customerAdditionalInfo?.isPublic,
  130 + auth: 'api:yt:device:assign',
130 131 popConfirm: {
131 132 title: '是否取消分配客户',
132 133 confirm: handleCancelDispatchCustomer.bind(null, record),
... ...