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) { uploadTpl(lesionType, TableName) {
this.upload.lesionType = lesionType this.upload.lesionType = lesionType
this.upload.TableName = TableName this.upload.TableName = TableName
this.upload.title = `导入( ${this.$fd('LesionType', lesionType)} ` this.upload.title = `${this.$fd('LesionType', lesionType)}`
this.upload.visible = true this.upload.visible = true
}, },
async downloadTpl() { async downloadTpl() {

View File

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