Commit 03ed3fff authored by 华国豪's avatar 华国豪 🙄

1

parent cdafa292
......@@ -979,6 +979,7 @@ export default {
this.$router.push({
name: "FreeList2",
query: {
tag: 1,
id: obj.number,
type: 2,
name: obj.name,
......
......@@ -914,6 +914,7 @@ export default {
// 获取列表
getList(type, id){
let query = this.$route.query;
console.log(query)
if(query.type == 1) {
this.msg.country_keys = [query.id]
} else {
......@@ -924,7 +925,7 @@ export default {
}
this.msg.sort = this.priceSort
this.laoding = true;
if (this.ccIdNew !== "") {
if (this.ccIdNew!=="" && this.ccIdNew !== null) {
this.msg.city_keys = [this.ccIdNew]
}
//http://efficient.oytour.com/api/kkday/commodityList
......
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