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