@@ -152,7 +152,10 @@ export default {
this.filter.baseLibType = this.baseLibType;
},
mounted() {
- this.$refs.plxTable.reloadData(this.rulelist);
+ this.$nextTick(()=>{
+ console.log(this.$refs.plxTable)
+ this.$refs.plxTable.reloadData(this.rulelist);
+ })
//this.loading.close();
props: [