This commit is contained in:
@fawn-nine
2023-09-06 18:04:36 +08:00
parent 6d5631ac07
commit 8d176adb5a
3 changed files with 97 additions and 12 deletions

View File

@@ -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;