diff --git a/src/views/modules/mes/mesTidEpcLog.vue b/src/views/modules/mes/mesTidEpcLog.vue index c1295de..31aed36 100644 --- a/src/views/modules/mes/mesTidEpcLog.vue +++ b/src/views/modules/mes/mesTidEpcLog.vue @@ -92,17 +92,17 @@ - - - + + + - + - + - - - - + + + + - + item.buNo === this.importData.buNo) + const site = selectedBu ? selectedBu.site : this.importData.site + const formData = new FormData() formData.append('file', this.fileList[0].raw) - formData.append('site', this.importData.site) + formData.append('site', site) formData.append('buNo', this.importData.buNo) formData.append('remark', this.importData.remark || '') formData.append('username', this.$store.state.user.name)