Browse Source

2025/7/10

master
Aoi_Tori 6 months ago
parent
commit
d9533b3132
  1. 2
      src/views/modules/part/bomManagement.vue
  2. 2
      src/views/modules/part/recipeManagement.vue

2
src/views/modules/part/bomManagement.vue

@ -3796,6 +3796,7 @@ export default {
// //
queryPartList () { queryPartList () {
this.partData.productGroupId4 = ''
this.partData.limit = this.pageSize2 this.partData.limit = this.pageSize2
this.partData.page = this.pageIndex2 this.partData.page = this.pageIndex2
queryPartListBom(this.partData).then(({data}) => { queryPartListBom(this.partData).then(({data}) => {
@ -3883,6 +3884,7 @@ export default {
// //
queryComponentPartModal () { queryComponentPartModal () {
this.componentPartData.productGroupId4 = ''
this.componentPartData.limit = this.pageSize3 this.componentPartData.limit = this.pageSize3
this.componentPartData.page = this.pageIndex3 this.componentPartData.page = this.pageIndex3
this.componentPartData.status = 'Y' this.componentPartData.status = 'Y'

2
src/views/modules/part/recipeManagement.vue

@ -3766,6 +3766,7 @@ export default {
// //
queryPartList () { queryPartList () {
this.partData.productGroupId4 = ''
this.partData.limit = this.pageSize2 this.partData.limit = this.pageSize2
this.partData.page = this.pageIndex2 this.partData.page = this.pageIndex2
queryPartListRecipe(this.partData).then(({data}) => { queryPartListRecipe(this.partData).then(({data}) => {
@ -3839,6 +3840,7 @@ export default {
// //
queryComponentPartModal () { queryComponentPartModal () {
this.componentPartData.productGroupId4 = ''
this.componentPartData.limit = this.pageSize3 this.componentPartData.limit = this.pageSize3
this.componentPartData.page = this.pageIndex3 this.componentPartData.page = this.pageIndex3
this.componentPartData.status = 'Y' this.componentPartData.status = 'Y'

Loading…
Cancel
Save