|
@@ -76,9 +76,8 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
queryWbsms(getParams).then(res => {
|
|
queryWbsms(getParams).then(res => {
|
|
- debugger
|
|
|
|
- this.tableData = res.data.data
|
|
|
|
- this.total = res.data.count
|
|
|
|
|
|
+ this.tableData = res.data || []
|
|
|
|
+ this.total = res.count
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|