|
@@ -206,7 +206,9 @@ export default {
|
|
|
this.chartInfo.Unit = ConvertUnit
|
|
|
this.chartInfo.UnitEn = ConvertEnUnit
|
|
|
}
|
|
|
- this.tableData.splice(index,1,EdbInfoList[0])
|
|
|
+ const temp = EdbInfoList[0]
|
|
|
+ temp.EdbAliasName = this.tableData[index].EdbAliasName
|
|
|
+ this.tableData.splice(index,1,temp)
|
|
|
//this.updateData[index] = this.formatUpdateData(this.tableData[index])
|
|
|
})
|
|
|
},
|