diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 98f87da..d548c16 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -2232,6 +2232,7 @@ export default { limit: this.pageSize, createBy: this.$store.state.user.name, page: 1, + menuId: this.$route.meta.menuId, } this.dataListLoading = true proofingInformationSearch(params).then(({data}) => { diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 256885e..16a3943 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -2003,9 +2003,9 @@ export default { customerResponseModalFlag: false, projectPartModelFlag: false, contactModelFlag: false, - priceCheckDetailList:[], + priceCheckDetailList: [], plmQuotationInformationArr: [], - ossColumns:[ + ossColumns: [ { userId: this.$store.state.user.name, functionId: 103001, @@ -2097,14 +2097,14 @@ export default { columnWidth: 140 } ], - rejectVisible:false, - rejectOpinion:'', - detailVisible:false, - - no:1, - size:20, - total:0, - queryLoading:false, + rejectVisible: false, + rejectOpinion: '', + detailVisible: false, + no: 1, + size: 20, + total: 0, + queryLoading: false, + superAdmin: false, } }, mounted() {