fix:删除冗余代码

master
zhoulei 4 years ago
parent 31b98f80ba
commit 6c87d3c3aa

@ -293,7 +293,6 @@ export default class dnReceiptDom extends BasePage {
this.receiptAmount = null; this.receiptAmount = null;
} }
async onSubmit() { async onSubmit() {
this.resetForm();
if (this.LocationList.length === 0) { if (this.LocationList.length === 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',

Loading…
Cancel
Save