send wash 8.9

This commit is contained in:
ghusermoon 2020-08-10 17:46:57 +08:00
parent 8c3121d5ed
commit 7c05459daf

View File

@ -259,6 +259,16 @@ export default {
this.getAreaData(); this.getAreaData();
this.getClothesTypeList(); this.getClothesTypeList();
}, },
watch: {
swiperCurrent() {
this.goodsStatus = '';
this.type = {};
this.name = '';
this.phone = '';
this.area = '';
this.address = '';
}
},
methods: { methods: {
getClothesTypeList() { getClothesTypeList() {
this.$u.api.getClothesTypeList().then(res => { this.$u.api.getClothesTypeList().then(res => {
@ -424,12 +434,6 @@ export default {
}) })
}, },
animationfinish(e) { animationfinish(e) {
this.goodsStatus = '';
this.type = {};
this.name = '';
this.phone = '';
this.area = '';
this.address = '';
// //
this.debounce = true; this.debounce = true;
let current = e.detail.current; let current = e.detail.current;