龚焕茏
2024-04-28 de36db992ae27224dd855981990b60085ee0d2c5
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;
      });
    },