html: 
<el-table :data="taskList" border ref="fileTable" :key="tableKey"> </el-table>

  

tableKey: 0

 handleClick() {
      this.pageNum = 1
      this.count = 0
      this.searchForm = {}
      this.tableKey++;
      this.getServiceCustomer()
    },

  

posted on 2025-03-25 16:10  鄢宁  阅读(24)  评论(0)    收藏  举报