xiao547607 4 سال پیش
والد
کامیت
48a2b8652e
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/views/bus/routeInfo-price-list.vue

+ 4 - 1
src/views/bus/routeInfo-price-list.vue

@@ -241,12 +241,15 @@ export default {
       //导入前判断
       var self = this;
       self.uploadXlsData.routeId = self.routeId;
+      self.xlsLoading = true;
+      self.loading = true;
     },
     //批量导入-上传成功
     handleBatchImportSuccess(response, file, fileList) {
       var self = this;
+      self.xlsLoading = false;
+      self.loading = false;
       if (response.result) {
-        self.xlsLoading = false;
         self.$message.success(response.message);
         this.batchImportFileList = [];
         this.changePage();