ZhangXianQiang
2024-04-28 7cc0e05f3c549a516449135cf674d78a6a94ee93
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;
      });
    },