diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 80363e8..dcc2efa 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4905,7 +4905,22 @@ this.modalData.routingAlternativeList = this.routingAlternativeSelections partInformationToOfficial(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.searchData.ifsPartNo = this.modalData.ifsPartNo + this.searchData = { + site: this.$store.state.user.site, + partNo: '', + erpPartNo: '', + startDate: '', + endDate: '', + partDesc: '', + spec: '', + active: '', + page: 1, + limit: 10, + status: '', + ifsPartNo: this.modalData.ifsPartNo, + plmPartNo: '', + partType: '' + } this.getDataList() this.modalFlag = false this.$message({