导表添加

uat
wangxiaoshuang 2025-12-11 11:01:30 +08:00
parent d05ea6c28d
commit d7a8112441
1 changed files with 9 additions and 1 deletions

View File

@ -148,7 +148,15 @@ export default {
})
break
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)
.then((res) => { })
.catch(() => {