mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
Merge pull request #2210 from dataease/pr@dev@fix_cancel_share_msg
fix: 取消分享消息失效
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user