15559916 by 蔡俊立

BUG修复

1 parent 0c6a053d
......@@ -77,8 +77,7 @@ export default {
methods: {
getList () {
getUserCommonOpinion().then(res => {
let { records } = res.result
this.tableData.data = records ? records : []
this.tableData.data = res.result
})
},
//新增常用意见
......