15559916 by 蔡俊立

BUG修复

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