为每个节点增加一个临时ID作为row-key
<el-table :data="companyList" v-loading="listLoading" border row-key="tempId" lazy :load="load">
this.companyList[index].tempId = Math.random() * 1000000 + 'companyTempId'
data[index].tempId = Math.random() * 1000000 + 'departmentTempId'