| | |
| | | ></el-empty> |
| | | <mobilePopupOurOnce |
| | | v-for="(citem, cindex) in onlyData" |
| | | :key="citem.icons + ''" |
| | | :key="citem.name + cindex" |
| | | :ends="onlyData.length - 1 == cindex" |
| | | :onceData="citem" |
| | | ></mobilePopupOurOnce> |
| | |
| | | this.$store.commit("MSET_BIGPOPUPAFTER", false); //关闭前一个弹窗 |
| | | // console.log("请求对应街道接口", this.popupOurOpenData); |
| | | this.getDataHeardDown(); |
| | | }, |
| | | watch: { |
| | | fullscreenLoading() { |
| | | if (this.fullscreenLoading) { |
| | | this.notLine(); |
| | | } |
| | | }, |
| | | }, |
| | | methods: { |
| | | handleClick(tab, event) { |
| | |
| | | } |
| | | that.tabTable[+campus - 1].child = outList; |
| | | }); |
| | | this.notLine(); |
| | | }, |
| | | //搜索请求 |
| | | getListSearchMethod(name) { |
| | |
| | | that.fullscreenLoading = false; |
| | | that.onlyData = outList; |
| | | }); |
| | | this.notLine(); |
| | | }, |
| | | notLine() { |
| | | console.log("等待关闭"); |
| | | setTimeout(() => { |
| | | this.fullscreenLoading = false; |
| | | console.log("关闭dolog"); |
| | | }, 5000); |
| | | }, |
| | | }, |