This commit is contained in:
熊成强 2020-11-06 14:31:54 +08:00
parent dcd1b4e312
commit 01f538f722

View File

@ -93,7 +93,7 @@ export default {
//
this.waitCount = res.data.totalCount
}
this.selectedTableList = res.data.list
this.selectedTableList = res.data.list || []
console.log('待处理', res)
})
},