|
|
|
@ -3398,7 +3398,7 @@ export default { |
|
|
|
partNoBlur () { |
|
|
|
this.partData.limit = this.pageSize2 |
|
|
|
this.partData.page = this.pageIndex2 |
|
|
|
this.partData.partNo = this.modalData.partNo |
|
|
|
this.partData.ifsPartNo = this.modalData.partNo |
|
|
|
queryPartList(this.partData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
if (data.page.list.length === 1) { |
|
|
|
@ -3542,7 +3542,7 @@ export default { |
|
|
|
if (this.componentData.componentPart != null && this.componentData.componentPart !== '') { |
|
|
|
this.componentPartData.limit = this.pageSize3 |
|
|
|
this.componentPartData.page = this.pageIndex3 |
|
|
|
this.componentPartData.partNo = this.componentData.componentPart |
|
|
|
this.componentPartData.ifsPartNo = this.componentData.componentPart |
|
|
|
queryPartListAll(this.componentPartData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
if (data.page.list.length === 1) { |
|
|
|
|