diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue index 589aee1..a8196a9 100644 --- a/src/views/modules/test/requestForTest.vue +++ b/src/views/modules/test/requestForTest.vue @@ -3003,11 +3003,11 @@ strVal = this.modalData.engineerName conSql = " and b.site = '" + this.$store.state.user.site + "'" } - if (val === 2043) { + if (val === 2007) { strVal = this.modalData.artworkName conSql = " and b.site = '" + this.$store.state.user.site + "'" } - if (val === 2044) { + if (val === 2008) { strVal = this.modalData.plannerName conSql = " and b.site = '" + this.$store.state.user.site + "'" } @@ -3056,11 +3056,11 @@ this.modalData.engineer = val.username this.modalData.engineerName = val.user_display } - if (this.tagNo === 2043){ + if (this.tagNo === 2007){ this.modalData.artwork = val.username; this.modalData.artworkName = val.user_display; } - if (this.tagNo === 2044){ + if (this.tagNo === 2008){ this.modalData.planner = val.username; this.modalData.plannerName = val.user_display; }