--no commit message
Showing
2 changed files
with
1 additions
and
3 deletions
... | @@ -159,10 +159,7 @@ export default class filter { | ... | @@ -159,10 +159,7 @@ export default class filter { |
159 | }; | 159 | }; |
160 | 160 | ||
161 | for (let key in row) { | 161 | for (let key in row) { |
162 | console.log("row[key]11",row[key],key); | ||
163 | console.log("www",strategies[key],key); | ||
164 | if (row[key] === 1 && strategies[key]) { | 162 | if (row[key] === 1 && strategies[key]) { |
165 | console.log("row[key]22",row[key]); | ||
166 | keys++; | 163 | keys++; |
167 | if (keys == 1) { | 164 | if (keys == 1) { |
168 | if(text){ | 165 | if(text){ | ... | ... |
... | @@ -207,6 +207,7 @@ | ... | @@ -207,6 +207,7 @@ |
207 | queryClick () { | 207 | queryClick () { |
208 | this.$startLoading(); | 208 | this.$startLoading(); |
209 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 209 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
210 | this.queryForm.bhqkbsm = "" | ||
210 | selectJsydQlxxSplitMergeBefore({ ...this.queryForm, ...this.pageData }).then((res) => { | 211 | selectJsydQlxxSplitMergeBefore({ ...this.queryForm, ...this.pageData }).then((res) => { |
211 | this.$endLoading(); | 212 | this.$endLoading(); |
212 | if (res.code === 200) { | 213 | if (res.code === 200) { | ... | ... |
-
Please register or sign in to post a comment