OCT导入测量值获取模板接口变更
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2026-03-04 10:17:06 +08:00
parent 597ca07fcf
commit 1f51bbd178
2 changed files with 3 additions and 3 deletions

View File

@ -802,7 +802,7 @@ export default {
uploadTpl(lesionType, TableName) {
this.upload.lesionType = lesionType
this.upload.TableName = TableName
this.upload.title = `导入( ${this.$fd('LesionType', lesionType)} `
this.upload.title = `${this.$fd('LesionType', lesionType)}`
this.upload.visible = true
},
async downloadTpl() {

View File

@ -805,7 +805,7 @@ export default {
uploadTpl(lesionType, TableName) {
this.upload.lesionType = lesionType
this.upload.TableName = TableName
this.upload.title = `导入( ${this.$fd('LesionType', lesionType)} `
this.upload.title = `${this.$fd('LesionType', lesionType)}`
this.upload.visible = true
},
async downloadTpl(lesionType) {
@ -813,7 +813,7 @@ export default {
const params = {
visitTaskId: this.visitTaskId
}
if (lesionType === 112) {
if (lesionType === 104) {
await getOCTFCTTemplate(params)
} else {
await getOCTLipidAngleTemplate(params)