diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 850d11e4..e840d071 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -209,7 +209,6 @@ export default { this.$message({ message: res.data.msg, type: 'error' }); } } - // this.$store.commit('SET_WAREHOUSELIST', this.warehouseList); this.$store.commit('DEL_TAG_CURRENT'); this.$store.commit('DEL_TAG_OTHER'); }, diff --git a/src/views/distribution/turndelivery/deliveryDiscuss.vue b/src/views/distribution/turndelivery/deliveryDiscuss.vue index 0465d54e..285df917 100644 --- a/src/views/distribution/turndelivery/deliveryDiscuss.vue +++ b/src/views/distribution/turndelivery/deliveryDiscuss.vue @@ -2417,7 +2417,9 @@ const search = () => { }; // 顶部搜索功能 const SoInput = () => { -if(!wrapLoading){ + console.log('点击了搜索功能'); + +if(!wrapLoading.value){ if (kind.value) { OrderSelection(0, parameter.value); } else { @@ -2426,13 +2428,10 @@ if(!wrapLoading){ }else{ PackageFn() } - - - }; // 顶部清空搜索 const SoEmpty = () => { - if(!wrapLoading){ + if(!wrapLoading.value){ parameter.value = {}; if (kind.value) { OrderSelection(0);