Compare commits

..

No commits in common. "975b7d39a749ca11231d68a5aae321c7733828fc" and "04bbde85839aa88430ee1c2424312c155e985e19" have entirely different histories.

1 changed files with 4 additions and 5 deletions

View File

@ -214,7 +214,7 @@
</el-form-item> </el-form-item>
<!-- 是否复制阅片表单 --> <!-- 是否复制阅片表单 -->
<el-form-item :label="$t('trials:readTask:title:IsCopyLesionAnswer')" <el-form-item :label="$t('trials:readTask:title:IsCopyLesionAnswer')"
v-if="ApplyforReasonForm.IsCopyOrigenalForms && rowData.ReadingCategory === 1 && otherInfo.IsReadingTaskViewInOrder === 1" prop="IsCopyFollowForms" :rules="[ v-if="ApplyforReasonForm.IsCopyOrigenalForms && rowData.ReadingCategory === 1" prop="IsCopyFollowForms" :rules="[
{ required: true, message: $t('common:ruleMessage:select') }, { required: true, message: $t('common:ruleMessage:select') },
]"> ]">
<el-radio-group v-model="ApplyforReasonForm.IsCopyFollowForms"> <el-radio-group v-model="ApplyforReasonForm.IsCopyFollowForms">
@ -491,9 +491,9 @@ export default {
if (!valid) return if (!valid) return
this.loading = true this.loading = true
this.btnLoading = true this.btnLoading = true
if (!this.ApplyforReasonForm.IsCopyOrigenalForms) { // if (!this.ApplyforReasonForm.IsCopyOrigenalForms || !this.isTumor) {
this.ApplyforReasonForm.IsCopyFollowForms = false // this.ApplyforReasonForm.IsCopyFollowForms = false
} // }
var params = { var params = {
TaskIdList: [ TaskIdList: [
this.rowData.Id this.rowData.Id
@ -505,7 +505,6 @@ export default {
// IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms, // IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms,
RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '' RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // ''
} }
console.log(params)
applyReReading(params).then(res => { applyReReading(params).then(res => {
this.loading = false this.loading = false
this.btnLoading = false this.btnLoading = false