xiezhiming 3 年 前
コミット
b7210f75e2
1 ファイル変更4 行追加1 行削除
  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: [