Browse Source

2026-04-01

优化
master
fengyuan_yang 2 weeks ago
parent
commit
0b080b7e4d
  1. 2
      src/views/modules/part/bomManagement.vue
  2. 2
      src/views/modules/part/recipeManagement.vue

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

@ -4319,6 +4319,7 @@ export default {
queryCopyPartModal () {
this.copyPartData.limit = this.pageSize4
this.copyPartData.page = this.pageIndex4
this.copyPartData.partNo = ''
//
queryPartList(this.copyPartData).then(({data}) => {
if (data && data.code === 0) {
@ -4365,6 +4366,7 @@ export default {
queryCopyPartList () {
this.copyPartData.limit = this.pageSize4
this.copyPartData.page = this.pageIndex4
this.copyPartData.partNo = ''
//
queryPartList(this.copyPartData).then(({data}) => {
if (data && data.code === 0) {

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

@ -3921,6 +3921,7 @@ export default {
queryCopyPartModal () {
this.copyPartData.limit = this.pageSize4
this.copyPartData.page = this.pageIndex4
this.copyPartData.partNo = ''
//
queryPartList(this.copyPartData).then(({data}) => {
if (data && data.code === 0) {
@ -3958,6 +3959,7 @@ export default {
queryCopyPartList () {
this.copyPartData.limit = this.pageSize4
this.copyPartData.page = this.pageIndex4
this.copyPartData.partNo = ''
//
queryPartList(this.copyPartData).then(({data}) => {
if (data && data.code === 0) {

Loading…
Cancel
Save