11wqe1 11 月之前
父节点
当前提交
2738f53f29
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;