crc一致性核查回复信息有误
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-22 16:52:50 +08:00
parent 37f12b30cc
commit 83bf082c43
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ export default {
} }
}, },
mounted() { mounted() {
this.crcMessageInfo.ParamInfoList.forEach(v => { this.crcMessageInfo.ParamInfoList.forEach((v, i) => {
this.msgList.push({ ...v, IsJoin: true, IsCheck: false, Id: this.getGuid(String(Date.now())) }) this.msgList.push({ ...v, IsJoin: true, IsCheck: false, Id: this.getGuid(String(Date.now() + i)) })
}) })
this.compareStudy() this.compareStudy()
}, },