ZhangXianQiang
2024-04-28 fad3d9cbb3d120a3edd558ec0f6ef263796c3d31
fix:修改判断
1个文件已修改
10 ■■■■ 已修改文件
src/views/system/result/detail/index1.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/result/detail/index1.vue
@@ -147,14 +147,8 @@
    getList() {
      this.tableLoading = true;
      detailScore(this.queryParams).then(response => {
        console.log(response);
        if (response.rows) {
          this.tableData = response.rows;
          this.total = response.total;
        } else {
          this.tableData = [];
          this.total = 0;
        }
        this.tableData = response.rows;
        this.total = response.total;
        this.tableLoading = false;
      });
    },