罗世杰:feat:完成店铺转让下拉框api
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
},
|
||||
created() {
|
||||
this.postlist[0]=JSON.parse(uni.getStorageSync('classList'))
|
||||
// this.postlist[0].unshift('全部')
|
||||
this.postlist[1]=JSON.parse(uni.getStorageSync('regionList'))
|
||||
},
|
||||
methods: {
|
||||
@@ -69,8 +70,6 @@
|
||||
this.activeIndex = -1;
|
||||
} else
|
||||
this.activeIndex = index
|
||||
|
||||
this.$emit('changeDrop')
|
||||
},
|
||||
cancelDrop() {
|
||||
this.activeIndex = -1;
|
||||
@@ -82,7 +81,8 @@
|
||||
}
|
||||
const query = this.$u.queryParams(this.queryInfo)
|
||||
console.log(query, 'dropquery');
|
||||
this.$emit('getQueryInfo', query)
|
||||
this.$emit('getQueryInfo', this.queryInfo)
|
||||
|
||||
return query
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user