BUG修复
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -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 | //新增常用意见 | ... | ... |
-
Please register or sign in to post a comment