23ae31ad by “miaofang

--no commit message

1 parent c0c9db4f
......@@ -159,10 +159,7 @@ export default class filter {
};
for (let key in row) {
console.log("row[key]11",row[key],key);
console.log("www",strategies[key],key);
if (row[key] === 1 && strategies[key]) {
console.log("row[key]22",row[key]);
keys++;
if (keys == 1) {
if(text){
......
......@@ -207,6 +207,7 @@
queryClick () {
this.$startLoading();
this.queryForm.sqywbm = this.sqywInfo.djywbm;
this.queryForm.bhqkbsm = ""
selectJsydQlxxSplitMergeBefore({ ...this.queryForm, ...this.pageData }).then((res) => {
this.$endLoading();
if (res.code === 200) {
......