Преглед на файлове

Merge branch 'termMap0909' into test

1178232204@qq.com преди 3 години
родител
ревизия
6d5f4cfdad

+ 1 - 1
src/components/cdssManage/scale/ScaleManage.vue

@@ -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);

+ 1 - 1
src/components/cdssManage/tcmdisease/tcmdisease.vue

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

+ 1 - 1
src/components/cdssManage/tcmdrome/tcmdrome.vue

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