+2
-2
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user