mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
perf: 修改复制提示
This commit is contained in:
parent
dc5186fb69
commit
942ff14d82
@ -392,7 +392,7 @@ export const useChartEditStore = defineStore({
|
|||||||
type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
|
type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
|
||||||
}
|
}
|
||||||
this.setRecordChart(copyData)
|
this.setRecordChart(copyData)
|
||||||
window['$message'].success(isCut ? '剪切成功' : '复制成功!')
|
window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
|
||||||
loadingFinish()
|
loadingFinish()
|
||||||
}
|
}
|
||||||
} catch(value) {
|
} catch(value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user