diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index c881746..5597641 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -336,8 +336,10 @@ MFG - - SQE + + + SQE + @@ -2420,22 +2422,17 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; let conSql = '' if (val === 509 ) { strVal = this.modalData.customerNo ? this.modalData.customerNo : '' - this.$refs.baseList.init(val, strVal) } else if (val === 2006 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) - this.docEngineerFlag = true } else if (val === 2007 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) } else if (val === 2008 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) - this.docEngineerFlag = true } + this.$refs.baseList.init(val, strVal,conSql) }) }, @@ -2448,7 +2445,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; else if (this.tagNo === 2006) { this.modalData.cQualityEngineer4 = val.username + '-' + val.user_display this.modalData.cQualityEngineer4Name = this.modalData.cQualityEngineer4.split('-')[1] - this.docEngineerFlag = false } else if (this.tagNo === 2007) { this.modalData.cQualityEngineer5 = val.username + '-' + val.user_display @@ -2457,7 +2453,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; else if (this.tagNo === 2008) { this.modalData.cQualityEngineer6 = val.username + '-' + val.user_display this.modalData.cQualityEngineer6Name = this.modalData.cQualityEngineer6.split('-')[1] - this.docEngineerFlag = false } },