去除debugger

This commit is contained in:
季圣华 2021-07-11 23:47:02 +08:00
parent f7e1fb5c60
commit a3c36a5562

View File

@ -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();