去除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')"
:inactive-text="$t('trials:readingReport:title:collapseDetails')" style="margin-right:5px;"
@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') }}
</el-button>
</el-button> -->
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="skipTask">
<!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }}
@ -774,11 +774,11 @@ export default {
try {
await this.handleSave(false)
await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId })
let tnm = await this.getTNMValue()
if (!tnm) {
let confirm = await this.$confirm(this.$t('trials:readingReport:message:noTnm'))
if (!confirm) return false
}
// let tnm = await this.getTNMValue()
// if (!tnm) {
// let confirm = await this.$confirm(this.$t('trials:readingReport:message:noTnm'))
// if (!confirm) return false
// }
var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId)
var isBaseline = this.visitTaskList[i].IsBaseLine
if (isBaseline) {