修复保存申请重阅表单异常问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f282fdfabc
commit
1cc57ad1d6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue