fixed translation issue

This commit is contained in:
marvzhang
2020-07-26 18:01:49 +08:00
parent bbca5efa4b
commit c911c04c92

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')
}