查看Gamma Viewer Log接口参数调整
This commit is contained in:
parent
c45cd40ba9
commit
44ca1bf9ed
|
@ -16,8 +16,9 @@
|
|||
import ModalMixin from '@/mixins/ModalMixin'
|
||||
import { getAction } from '@/api/manage'
|
||||
import { saveAs } from 'file-saver';
|
||||
import SampleDataMixin from '@/views/spectrumAnalysis/SampleDataMixin'
|
||||
export default {
|
||||
mixins: [ModalMixin],
|
||||
mixins: [ModalMixin,SampleDataMixin],
|
||||
props: {
|
||||
sampleId: {
|
||||
type: Number
|
||||
|
@ -38,7 +39,7 @@ export default {
|
|||
this.isLoading = true
|
||||
let params = {
|
||||
sampleId: this.sampleId,
|
||||
fileName:"CAX05_001-20230731_1528_S_FULL_37563.6.PHD"
|
||||
fileName: this.sampleData.fileName
|
||||
}
|
||||
getAction("/gamma/viewGammaviewerLog", params).then(res => {
|
||||
this.isLoading = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user