perf: 修改复制提示

This commit is contained in:
奔跑的面条 2022-07-20 20:42:24 +08:00
parent dc5186fb69
commit 942ff14d82

View File

@ -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) {