houyaf 3 년 전
부모
커밋
ba43aeca29
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/hos/qualityHos/news/index.vue
  2. 1 1
      src/views/hos/qualityHos/plan/index.vue

+ 1 - 1
src/views/hos/qualityHos/news/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="page-container">
-    <ArtList ref="ArtList" />
+    <ArtList ref="ArtList" :type="2" />
   </div>
 </template>
 

+ 1 - 1
src/views/hos/qualityHos/plan/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="page-container">
-    <ArtList ref="ArtList" />
+    <ArtList ref="ArtList" :type="2" />
   </div>
 </template>