crc一致性核查回复信息有误
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
37f12b30cc
commit
83bf082c43
|
@ -143,8 +143,8 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
this.crcMessageInfo.ParamInfoList.forEach(v => {
|
||||
this.msgList.push({ ...v, IsJoin: true, IsCheck: false, Id: this.getGuid(String(Date.now())) })
|
||||
this.crcMessageInfo.ParamInfoList.forEach((v, i) => {
|
||||
this.msgList.push({ ...v, IsJoin: true, IsCheck: false, Id: this.getGuid(String(Date.now() + i)) })
|
||||
})
|
||||
this.compareStudy()
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue