"src/main/vscode:/vscode.git/clone" did not exist on "b2197210e8a3ed359a97959c3c976fdf634588ae"
Commit a3c36a55 authored by 季圣华's avatar 季圣华
Browse files

去除debugger

parent f7e1fb5c
...@@ -150,7 +150,6 @@ ...@@ -150,7 +150,6 @@
that.accountMoneyList.push(formData.threeAccountPrice) that.accountMoneyList.push(formData.threeAccountPrice)
allPrice = allPrice + formData.threeAccountPrice allPrice = allPrice + formData.threeAccountPrice
} }
debugger
that.$emit('ok', that.accountIdList, that.accountMoneyList, allPrice); that.$emit('ok', that.accountIdList, that.accountMoneyList, allPrice);
that.confirmLoading = false; that.confirmLoading = false;
that.close(); that.close();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment