导表添加
parent
d05ea6c28d
commit
d7a8112441
|
|
@ -148,7 +148,15 @@ export default {
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
case 21:
|
case 21:
|
||||||
searchData.ReadingExportType = 18
|
searchData.ReadingExportType = 21
|
||||||
|
getTumor_CDISC_Export(searchData)
|
||||||
|
.then((res) => { })
|
||||||
|
.catch(() => {
|
||||||
|
this.loading = false
|
||||||
|
})
|
||||||
|
break
|
||||||
|
case 22:
|
||||||
|
searchData.ReadingExportType = 22
|
||||||
getTumor_CDISC_Export(searchData)
|
getTumor_CDISC_Export(searchData)
|
||||||
.then((res) => { })
|
.then((res) => { })
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue