@@ -51,6 +51,7 @@
:rowKey="(record) => record.id"
:columns="columns"
:data="loadData"
+ :defaultLoadData="false"
:showPagination="false"
bordered>
<template slot="expandedRowRender" slot-scope="record">
@@ -164,6 +165,9 @@ export default {
this.disabled = false
}
})
+ this.$nextTick(()=>{
+ this.$refs.table.refresh(true)
+ })
},
// 返回
handleBack (data) {