diff --git a/jshERP-web/src/views/bill/dialog/ManyAccountModal.vue b/jshERP-web/src/views/bill/dialog/ManyAccountModal.vue index 77467fb4..6e0e6d0d 100644 --- a/jshERP-web/src/views/bill/dialog/ManyAccountModal.vue +++ b/jshERP-web/src/views/bill/dialog/ManyAccountModal.vue @@ -150,7 +150,6 @@ that.accountMoneyList.push(formData.threeAccountPrice) allPrice = allPrice + formData.threeAccountPrice } - debugger that.$emit('ok', that.accountIdList, that.accountMoneyList, allPrice); that.confirmLoading = false; that.close();