liuyg
2021-12-27 84e172065fcc7fe6772d031c6c262a63e85f8efa
+搜索为空return
1 files modified
3 ■■■■■ changed files
src/components/mobilePopupOur/index.vue 3 ●●●●● patch | view | raw | blame | history
src/components/mobilePopupOur/index.vue
@@ -257,6 +257,9 @@
        },
        that = this;
      getListSearch(val).then((res) => {
        if (res.data.code != 200) {
          return;
        }
        const data = res.data.data;
        //正常获取全部数据
        let outList = [];