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