去除debugger
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user