|
|
@@ -934,6 +934,7 @@ export default {
|
|
|
localStorage.setItem('locationRemark', this.fromValue.addressLine);
|
|
|
},
|
|
|
getChainsByDeptCodesearch(chainName) {
|
|
|
+ this.ChainsLists = [];
|
|
|
getChainsByDeptCode({
|
|
|
chainName: this.chainName,
|
|
|
cityName: this.fromValue.cityNameOld,
|
|
|
@@ -1453,6 +1454,7 @@ export default {
|
|
|
this.$toast('部门未选择');
|
|
|
return;
|
|
|
} else {
|
|
|
+ this.ChainsLists = [];
|
|
|
this.moreTypeShow = true;
|
|
|
}
|
|
|
},
|