微调
This commit is contained in:
@@ -793,7 +793,7 @@
|
||||
});
|
||||
this.$api
|
||||
.post('api/Board/getBoards', this.query)
|
||||
.then(res => {
|
||||
.then(res => {
|
||||
if (res.code == 0) {
|
||||
if (res.data.boards.main != undefined) {
|
||||
this.tableData_A = res.data.boards.main;
|
||||
|
||||
Reference in New Issue
Block a user