<avue-crud :option="option" :table-loading="loading" :data="data"ref="crud"></avue-crud>
更新完数据加上
this.$nextTick(() => {
this.$refs.crud.refreshTable();
})
<avue-crud :option="option" :table-loading="loading" :data="data"ref="crud"></avue-crud>
更新完数据加上
this.$nextTick(() => {
this.$refs.crud.refreshTable();
})