fixing bug 8.18
This commit is contained in:
@@ -297,6 +297,7 @@ export default {
|
||||
return res;
|
||||
},
|
||||
submitImage() {
|
||||
console.log(this.debounce);
|
||||
if(!this.debounce) return;
|
||||
this.debounce = false;
|
||||
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
|
||||
@@ -383,11 +384,10 @@ export default {
|
||||
}
|
||||
// console.log(params);
|
||||
this.$u.api.sendLaundrySave(params).then(res => {
|
||||
this.$u.toast(res.message);
|
||||
// this.$u.toast(res.message);
|
||||
if(res.errCode == 0) {
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
type: 'success',
|
||||
back: true,
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user