@@ -509,7 +509,7 @@ export default {
inp.value = '';
},
importScaleRecord(formData, header) {
- let taht = this
+ let that = this
api.importScaleRecord(formData, header).then(res => {
if (res.headers['content-disposition']) {
this.downloadUrl(res);
@@ -533,7 +533,7 @@ export default {
importTcmRecord(formData, header) {
api.importTcmRecord(formData, header).then(res => {
@@ -534,7 +534,7 @@ export default {
importTcmdromeRecord(formData, header) {
api.importTcmdromeRecord(formData, header).then(res => {