|
@@ -527,6 +527,7 @@ export default {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
|
|
this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
|
|
this.tableData = res.data[0];
|
|
this.tableData = res.data[0];
|
|
|
|
+ this.classJuri = res.data[1];
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|