提交 6f4e8847 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-market-20200813' of...

Merge branch 'dev-market-20200813' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-market-20200813
......@@ -221,10 +221,10 @@
created() {
this.getLists()
this.getLever()
const {storeId} = this.$route.query
if(storeId){
this.searchForm.storeId = storeId
}
//const {storeId} = this.$route.query
// if(storeId){
// this.searchForm.storeId = storeId
// }
},
filters:{
rangeType(type){
......@@ -469,6 +469,8 @@
openLoading(this);
if(this.id != ''){
this.searchForm.goodsIdList = [this.id]
}else{
this.searchForm.goodsIdList = []
}
this.searchForm.pageNo = 1
this.getLists()
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册