fixed translation issue

This commit is contained in:
marvzhang
2020-07-26 18:01:49 +08:00
parent 1b6d790d30
commit db21076725

View File

@@ -688,7 +688,7 @@
ids: this.selectedSchedules.map(d => d._id)
})
if (!res.data.error) {
this.$message.success('Deleted successfully')
this.$message.success(this.$t('Deleted successfully'))
this.$refs['table'].clearSelection()
await this.$store.dispatch('schedule/getScheduleList')
}