Commit d6720e8b authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-整合修改

parent 1d640ded
...@@ -263,12 +263,6 @@ ...@@ -263,12 +263,6 @@
if (flag) { if (flag) {
queryForm['ids'] = {}; queryForm['ids'] = {};
} }
if (this.checkAllStatus) {
queryForm['activityStatus'] = null;
}
if (this.checkAllSupp) {
queryForm['isSupport'] = null;
}
HotList(queryForm).then(res => { HotList(queryForm).then(res => {
console.log(res) console.log(res)
if (res.data.code != 200) { if (res.data.code != 200) {
......
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