王震
2023-11-01 da2b21618e8cc71dc24f21d4d2c8b5661d72a08e
src/views/common/ztt-table.vue
@@ -967,7 +967,12 @@
        .apply(this, args)
        .then((response) => {
          var _this = this
          _this.tableData = response.data.data.records
          var resultData = response.data.data.records
          if(resultData == undefined){
            _this.tableData = response.data.data
          }else{
            _this.tableData = response.data.data.records
          }
          _this.pagination.total = response.data.data.total
          // 置空选中
          this.$refs.lmesTable.setCurrentRow()