瀏覽代碼

fix:移除表选详情数据导出loading

zhangsiya 1 年之前
父節點
當前提交
d43aca1dfb
共有 2 個文件被更改,包括 0 次插入9 次删除
  1. 0 3
      src/web/staticres/css/dev2/superSearch-inside.css
  2. 0 6
      src/web/staticres/js/biddingSearch.js

+ 0 - 3
src/web/staticres/css/dev2/superSearch-inside.css

@@ -576,7 +576,4 @@ input, textarea {
 .active_select_custom.item_option{
 .active_select_custom.item_option{
   background: #ececec;
   background: #ececec;
 }
 }
-.self-list-loading .el-loading-spinner{
-  top: 65%;
-}
 
 

+ 0 - 6
src/web/staticres/js/biddingSearch.js

@@ -309,16 +309,11 @@ $(function() {
 			}else if($(this).attr("id")=="right-export"){
 			}else if($(this).attr("id")=="right-export"){
 				//数据导出
 				//数据导出
         if(!searchInnerVue.listState.allCount) return
         if(!searchInnerVue.listState.allCount) return
-        var loading = searchInnerVue.$loading({
-          background: 'rgba(255, 255, 255, .1)',
-          customClass: 'self-list-loading'
-        })
         $.ajax({
         $.ajax({
           type: "POST",
           type: "POST",
           url: "/front/dataExport/getDontPromptAgain",
           url: "/front/dataExport/getDontPromptAgain",
           contentType: "application/x-www-form-urlencoded",
           contentType: "application/x-www-form-urlencoded",
           success: function (res) {
           success: function (res) {
-            loading.close()
             if(res.error_code === 0) {
             if(res.error_code === 0) {
               // 数据导出-判断是否展示弹框
               // 数据导出-判断是否展示弹框
               let countBool = false
               let countBool = false
@@ -347,7 +342,6 @@ $(function() {
             }
             }
           },
           },
           error: function(err) {
           error: function(err) {
-            loading.close()
 				    toPaydataExport();
 				    toPaydataExport();
           }
           }
         });
         });