@@ -411,6 +411,7 @@ export default {
|
|||||||
getTypeOptions() {
|
getTypeOptions() {
|
||||||
if (this.isSystem) {
|
if (this.isSystem) {
|
||||||
this.typeOptions = this.$d.Sys_Document
|
this.typeOptions = this.$d.Sys_Document
|
||||||
|
if (this.isEASystem) this.typeOptions = this.typeOptions.filter(item => item.raw.ChildGroup !== "Trial")
|
||||||
} else {
|
} else {
|
||||||
getTrialDocAndSystemDocType(this.trialId).then((res) => {
|
getTrialDocAndSystemDocType(this.trialId).then((res) => {
|
||||||
this.typeOptions = res.Result
|
this.typeOptions = res.Result
|
||||||
|
|||||||
Reference in New Issue
Block a user