Browse Source

加 if (this.$route.name != 'pg-planControl_V2') {

HQ
刘云峰 4 months ago
parent
commit
5f3319d507
  1. 3
      vue/src/views/pg-fis/basedate/planControl_V2/index.vue

3
vue/src/views/pg-fis/basedate/planControl_V2/index.vue

@ -87,7 +87,6 @@
</el-table-column>
</el-table>
</div>
<!-- show-overflow-tooltip -->
<div class="table-footer">
<!-- 分页控件 style="margin-top: -25px;margin-bottom:-25px;float:right;"-->
@ -460,7 +459,7 @@
})
},
getTipper() {
if (this.$route.name != 'pg-planControl') {
if (this.$route.name != 'pg-planControl_V2') {
return
}
this.$axios.posts("/api/newjit/import-note/print-timeout-remind").then((res) => {

Loading…
Cancel
Save