Browse Source

2025-06-16

打样 从OA跳转过来时,没有当前节点审批人和当前节点
master
fengyuan_yang 7 months ago
parent
commit
4687ad6d20
  1. 1
      src/views/modules/proofing/requestForProofing.vue
  2. 2
      src/views/modules/quotation/requestForQuote.vue

1
src/views/modules/proofing/requestForProofing.vue

@ -2232,6 +2232,7 @@ export default {
limit: this.pageSize, limit: this.pageSize,
createBy: this.$store.state.user.name, createBy: this.$store.state.user.name,
page: 1, page: 1,
menuId: this.$route.meta.menuId,
} }
this.dataListLoading = true this.dataListLoading = true
proofingInformationSearch(params).then(({data}) => { proofingInformationSearch(params).then(({data}) => {

2
src/views/modules/quotation/requestForQuote.vue

@ -2100,11 +2100,11 @@ export default {
rejectVisible: false, rejectVisible: false,
rejectOpinion: '', rejectOpinion: '',
detailVisible: false, detailVisible: false,
no: 1, no: 1,
size: 20, size: 20,
total: 0, total: 0,
queryLoading: false, queryLoading: false,
superAdmin: false,
} }
}, },
mounted() { mounted() {

Loading…
Cancel
Save