|
|
@@ -549,7 +549,7 @@ export default {
|
|
|
}
|
|
|
params = Object.assign(params, params3)
|
|
|
}
|
|
|
- store.set('samplestoredseach', params)
|
|
|
+ store.set('samplearchivedseach', params)
|
|
|
_this.getAllSearchTab()
|
|
|
this.$axios.get('/samplesfiles/animallist', {
|
|
|
params
|
|
|
@@ -613,8 +613,6 @@ export default {
|
|
|
_currentPage: -1
|
|
|
})
|
|
|
.then(res => {
|
|
|
- this.getSampleTypeList(this.multipleSelection)
|
|
|
- this.exportType = 'exportchosen'
|
|
|
// _this.exportsamples('exportchosen')
|
|
|
if (store.get('samplearchivedseach').searchWithTemplate && store.get('samplearchivedseach').searchWithTemplate !==
|
|
|
'') { // 自定义查询
|
|
|
@@ -1074,7 +1072,10 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+ _this.getSampleTypeList(this.multipleSelection)
|
|
|
+ _this.exportType = 'exportchosen'
|
|
|
_this.exportsamples('exportchosen')
|
|
|
+ this.sampleExportVisible = true
|
|
|
} else if (command == 'exportpage') { // 导出当前页数据
|
|
|
if (_this.list.length < 1) {
|
|
|
_this.$message({
|