+
+
+
取消
@@ -246,6 +244,7 @@ export default {
openI18n(ARRAY) {
this.tableData = []
this.il8nExternal = false
+ this.State = null
this.key = null
this.drawer = true
let arr = []
@@ -266,6 +265,7 @@ export default {
Value: item.Value,
ValueCN: item.ValueCN,
State: item.State,
+ Version: item.Version,
}
})
this.tableData = Object.assign([], tableData)
@@ -296,6 +296,8 @@ export default {
Description: null,
Value: null,
ValueCN: null,
+ State: 0,
+ Version: this.$version.Version,
})
}
})