mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +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
|
||||
}
|
||||
this.setRecordChart(copyData)
|
||||
window['$message'].success(isCut ? '剪切成功' : '复制成功!')
|
||||
window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
|
||||
loadingFinish()
|
||||
}
|
||||
} catch(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user