xiezhiming %!s(int64=3) %!d(string=hai) anos
pai
achega
b7210f75e2
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/components/knowledgeExtra/DiagCheckRule.vue

+ 4 - 1
src/components/knowledgeExtra/DiagCheckRule.vue

@@ -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: [