src/components/mobilePopupOur/index.vue
@@ -7,7 +7,7 @@ <div class="m_p_h_center"> <div> <div v-if="mBigPopup.search" style="color: #fff"> 查询结果{{ searchLabel ? "--" + searchLabel : "" }} 查询结果{{ searchLabel ? " -- " + searchLabel : "" }} </div> <el-dropdown trigger="click" @command="choiceIt" v-else> <span class="el-dropdown-link"> @@ -257,6 +257,9 @@ }, that = this; getListSearch(val).then((res) => { if (res.data.code != 200) { return; } const data = res.data.data; //正常获取全部数据 let outList = [];