修改报道详情弹窗数据

main
jinna 3 years ago
parent 5df94fc151
commit 7f303ece3a
  1. 2
      src/views/booklist/index.vue

@ -89,6 +89,7 @@
</div> </div>
</div> </div>
</div> </div>
<!-- -->
<div class="btn" v-print="printObj" v-show="regData.resStatus == 1"> <div class="btn" v-print="printObj" v-show="regData.resStatus == 1">
打印 打印
</div> </div>
@ -541,6 +542,7 @@ export default {
}, },
// //
queryBookDetail(row) { queryBookDetail(row) {
row.details = row.details.filter(item => item.apmStatus == 3)
this.regData = {resData: row,resStatus: 1}; this.regData = {resData: row,resStatus: 1};
this.queryCupImg(row.cupCardNo); this.queryCupImg(row.cupCardNo);
this.isRegister = true this.isRegister = true

Loading…
Cancel
Save