@@ -230,6 +230,9 @@ export default {
let id=12345678910
this.tabTypeLazyTreeAll(id).then((res)=>{
this.treeData=res.records;
+ this.$nextTick(() => {
+ this.$refs.crud.refreshTable();
+ })
})
},
submitQute(){