|
|
@ -289,7 +289,8 @@ export default { |
|
|
fileName: this.searchForm.fileName, |
|
|
fileName: this.searchForm.fileName, |
|
|
fileType: this.searchForm.fileType, |
|
|
fileType: this.searchForm.fileType, |
|
|
sopRevNo: this.searchForm.sopRevNo, |
|
|
sopRevNo: this.searchForm.sopRevNo, |
|
|
site: this.$store.state.user.site |
|
|
|
|
|
|
|
|
site: this.$store.state.user.site, |
|
|
|
|
|
partNo: this.currentPartNo |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.originalFileList = data.page.list || [] // 保存原始数据 |
|
|
this.originalFileList = data.page.list || [] // 保存原始数据 |
|
|
|