Commit 43b32f86 authored by 黄奎's avatar 黄奎

11

parent 8a5f1b97
...@@ -86,9 +86,9 @@ ...@@ -86,9 +86,9 @@
let d = [] let d = []
this.trip.dinnerList.forEach(x => { this.trip.dinnerList.forEach(x => {
if (x.useDinnerType == "1") { if (x.useDinnerType == "1") {
if (x.dinnerId > 0) { if (x.dinnerId > 0 &&x.dinnerName.indexOf('自理') == -1 && x.dinnerName.indexOf('请选择') == -1) {
console.log("aaaa", x); console.log("aaaa", x);
d.push(x) //d.push(x)
} }
} else { } else {
if (x.dinnerName.indexOf('自理') == -1 && x.dinnerName.indexOf('请选择') == -1) { if (x.dinnerName.indexOf('自理') == -1 && x.dinnerName.indexOf('请选择') == -1) {
......
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