Commit 59fab32e authored by 黄奎's avatar 黄奎

1

parent 6c4aac46
......@@ -342,7 +342,6 @@
let msg = ''
for (let i = 0; i < this.params.BusList.length; i++) {
let obj = this.params.BusList[i];
console.log("bus_obj", obj);
for (let j = 0; j < obj.ReimburseList.ReimburseDetailsList.length; j++) {
let child = obj.ReimburseList.ReimburseDetailsList[j];
if (!this.$utils.checkIsNum(child.UserNum)) {
......
Markdown is supported
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