This commit is contained in:
yanran200730
2022-06-10 16:22:15 +08:00
parent 1218536e64
commit 6940fdf108
2 changed files with 31 additions and 4 deletions

View File

@@ -77,8 +77,8 @@ export default {
this.list.map(item => {
if(item.isCheck) {
var info = {
serialNo: item.deviceName,
serialName: item.serialNo
serialNo: item.serialNo,
serialName: item.deviceName
}
this.selectList.push(info)
}