luojie 2 months ago
parent
commit
4dc325498e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/tbbd/Fh.vue

+ 1
- 1
src/views/business/study/comp/tbbd/Fh.vue View File

@ -48,7 +48,7 @@
<div class="line"></div> <div class="line"></div>
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div> <div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div>
</div> </div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" />
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true"/>
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" <pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" /> @pagination="getJjcgjList" />

Loading…
Cancel
Save