修复保存申请重阅表单异常问题
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-07-09 09:30:19 +08:00
parent f282fdfabc
commit 1cc57ad1d6
1 changed files with 3 additions and 3 deletions

View File

@ -482,9 +482,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 || !this.isTumor) { // 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