@ -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');
},
@ -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 = () => {
parameter.value = {};
OrderSelection(0);