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

1

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