diff --git a/src/views/modules/mes/mesTidEpcLog.vue b/src/views/modules/mes/mesTidEpcLog.vue index 9a56b9e..bcf7dd9 100644 --- a/src/views/modules/mes/mesTidEpcLog.vue +++ b/src/views/modules/mes/mesTidEpcLog.vue @@ -100,7 +100,7 @@ - + @@ -201,8 +201,8 @@ // 导入数据 - rqrq importData: { - site: this.$store.state.user.site, - buNo: '', + site: '3', + buNo: '3_02-Hardtag', remark: '' }, fileList: [], @@ -366,8 +366,8 @@ const formData = new FormData() formData.append('file', this.fileList[0].raw) - formData.append('site', site) - formData.append('buNo', this.importData.buNo) + formData.append('site', '3') + formData.append('buNo', '3_02-Hardtag') formData.append('remark', this.importData.remark || '') formData.append('username', this.$store.state.user.name)