Merge pull request #2210 from dataease/pr@dev@fix_cancel_share_msg

fix: 取消分享消息失效
This commit is contained in:
fit2cloud-chenyw
2022-04-28 11:13:08 +08:00
committed by GitHub
3 changed files with 33 additions and 4 deletions

View File

@@ -110,7 +110,9 @@ export default {
if (!tag || !tag.shareId) return
const param = {
panelId: this.panelInfo.id,
shareId: tag.shareId
shareId: tag.shareId,
targetId: tag.targetId,
type: tag.type
}
removeShares(param).then(res => {
this.initTagDatas()