|
|
|
@ -1032,7 +1032,7 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/ |
|
|
|
username: this.$store.state.user.name, |
|
|
|
projectId: '', |
|
|
|
customerId: '', |
|
|
|
searchType: 'Y', |
|
|
|
searchType: 'N', |
|
|
|
partNo: '', |
|
|
|
partDesc: '', |
|
|
|
partNos: '', |
|
|
|
@ -2040,7 +2040,7 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/ |
|
|
|
//初始化参数 |
|
|
|
this.searchData = { |
|
|
|
...JSON.parse(JSON.stringify(inData)), |
|
|
|
searchType: 'Y', |
|
|
|
searchType: 'N', |
|
|
|
page: 1, |
|
|
|
limit: 10, |
|
|
|
partNo: '', |
|
|
|
@ -2637,7 +2637,7 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/ |
|
|
|
this.partSelections2 = [] |
|
|
|
this.partList1 = [] |
|
|
|
this.partList2 = [] |
|
|
|
this.searchData.searchType = 'Y' |
|
|
|
this.searchData.searchType = 'N' |
|
|
|
this.searchData.partNo = '' |
|
|
|
this.searchData.partDesc = '' |
|
|
|
this.searchData.partNos = '' |
|
|
|
|