liuyg
2022-01-04 5f39bb8c96f3a187e44b55834bd97b55621fd167
+若请求失败5秒后显示无数据
1 files modified
9 ■■■■ changed files
src/components/mobilePopupOur/index.vue 9 ●●●● patch | view | raw | blame | history
src/components/mobilePopupOur/index.vue
@@ -249,6 +249,7 @@
        }
        that.tabTable[+campus - 1].child = outList;
      });
      this.notLine();
    },
    //搜索请求
    getListSearchMethod(name) {
@@ -293,7 +294,13 @@
        that.fullscreenLoading = false;
        that.onlyData = outList;
      });
      this.notLine();
    },
    notLine() {
      setTimeout(() => {
        this.fullscreenLoading = false;
      }, 5000);
    },
  },
};
</script>
</script>