11wqe1 il y a 11 mois
Parent
commit
2738f53f29
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/components/pages/works.vue

+ 1 - 0
src/components/pages/works.vue

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