Browse Source

fix:[填报表单]致命

lkf
15881625488@163.com 2 months ago
parent
commit
836788bc13
9 changed files with 18 additions and 9 deletions
  1. +2
    -1
      src/views/business/study/comp/jhbd/Fh.vue
  2. +2
    -1
      src/views/business/study/comp/jhbd/Xq.vue
  3. +2
    -1
      src/views/business/study/comp/sqbd/Fh.vue
  4. +2
    -1
      src/views/business/study/comp/sqbd/Sy.vue
  5. +2
    -1
      src/views/business/study/comp/sqbd/Xq.vue
  6. +2
    -1
      src/views/business/study/comp/tbbd/Fh.vue
  7. +2
    -1
      src/views/business/study/comp/tbbd/Sy.vue
  8. +2
    -1
      src/views/business/study/comp/tbbd/Xq.vue
  9. +2
    -1
      src/views/business/study/comp/ytbd/Xq.vue

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

@ -49,7 +49,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

+ 2
- 1
src/views/business/study/comp/jhbd/Xq.vue View File

@ -94,7 +94,8 @@
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.jcgj') }}</div>
</div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v small layout="prev, pager, next" :total="jcgjTotal" @pagination="getJjcgjList" />
<pagination v small layout="prev, pager, next" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize" :total="jcgjTotal" @pagination="getJjcgjList" />
</div>
</div>
</div>

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

@ -49,7 +49,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

+ 2
- 1
src/views/business/study/comp/sqbd/Sy.vue View File

@ -46,7 +46,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

+ 2
- 1
src/views/business/study/comp/sqbd/Xq.vue View File

@ -94,7 +94,8 @@
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.jcgj') }}</div>
</div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v small layout="prev, pager, next" :total="jcgjTotal" @pagination="getJjcgjList" />
<pagination v small layout="prev, pager, next" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize" :total="jcgjTotal" @pagination="getJjcgjList" />
</div>
</div>
</div>

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

@ -51,7 +51,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true"/>
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

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

@ -46,7 +46,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

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

@ -94,7 +94,8 @@
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div>
</div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v small layout="prev, pager, next" :total="jcgjTotal" @pagination="getJjcgjList" />
<pagination v small layout="prev, pager, next" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize" :total="jcgjTotal" @pagination="getJjcgjList" />
</div>
</div>
</div>

+ 2
- 1
src/views/business/study/comp/ytbd/Xq.vue View File

@ -48,7 +48,8 @@
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showBj="false" :showXg="true" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" :page.sync="queryParamsJcgj.pageNum"
:limit.sync="queryParamsJcgj.pageSize"/>
</div>
</div>
</div>

Loading…
Cancel
Save