-
+
{{ $t('common.add') }}
diff --git a/src/views/machine/machineTranslateManageList.vue b/src/views/machine/machineTranslateManageList.vue
index cceb488..d11f259 100644
--- a/src/views/machine/machineTranslateManageList.vue
+++ b/src/views/machine/machineTranslateManageList.vue
@@ -137,8 +137,8 @@ export default {
row: this.page.size,
...this.machineTranslateManageInfo.conditions
}
- const { data, total } = await listMachineTranslates(params)
- this.machineTranslateManageInfo.machineTranslates = data
+ const { machineTranslates, total } = await listMachineTranslates(params)
+ this.machineTranslateManageInfo.machineTranslates = machineTranslates
this.page.total = total
} catch (error) {
this.$message.error(this.$t('machineTranslateManage.fetchError'))
--
libgit2 0.21.4