去除TNM分期
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-16 16:46:51 +08:00
parent 5ebae2c4f1
commit a704ddbd70
1 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@
<el-switch v-model="isShowDetail" :active-text="$t('trials:readingReport:title:expandDetails')" <el-switch v-model="isShowDetail" :active-text="$t('trials:readingReport:title:expandDetails')"
:inactive-text="$t('trials:readingReport:title:collapseDetails')" style="margin-right:5px;" :inactive-text="$t('trials:readingReport:title:collapseDetails')" style="margin-right:5px;"
@change="handleShowDetail" /> @change="handleShowDetail" />
<el-button type="primary" size="small" @click="openTNM"> <!-- TNM分期 -->
<!-- TNM分期 --> <!-- <el-button type="primary" size="small" @click="openTNM">
{{ $t('trials:readingReport:button:tnm') }} {{ $t('trials:readingReport:button:tnm') }}
</el-button> </el-button> -->
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="skipTask"> <el-button v-if="readingTaskState < 2" type="primary" size="small" @click="skipTask">
<!-- 跳过 --> <!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }} {{ $t('trials:readingReport:button:skip') }}
@ -774,11 +774,11 @@ export default {
try { try {
await this.handleSave(false) await this.handleSave(false)
await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId }) await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId })
let tnm = await this.getTNMValue() // let tnm = await this.getTNMValue()
if (!tnm) { // if (!tnm) {
let confirm = await this.$confirm(this.$t('trials:readingReport:message:noTnm')) // let confirm = await this.$confirm(this.$t('trials:readingReport:message:noTnm'))
if (!confirm) return false // if (!confirm) return false
} // }
var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId) var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId)
var isBaseline = this.visitTaskList[i].IsBaseLine var isBaseline = this.visitTaskList[i].IsBaseLine
if (isBaseline) { if (isBaseline) {