提交 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 @@ ...@@ -221,10 +221,10 @@
created() { created() {
this.getLists() this.getLists()
this.getLever() this.getLever()
const {storeId} = this.$route.query //const {storeId} = this.$route.query
if(storeId){ // if(storeId){
this.searchForm.storeId = storeId // this.searchForm.storeId = storeId
} // }
}, },
filters:{ filters:{
rangeType(type){ rangeType(type){
...@@ -469,6 +469,8 @@ ...@@ -469,6 +469,8 @@
openLoading(this); openLoading(this);
if(this.id != ''){ if(this.id != ''){
this.searchForm.goodsIdList = [this.id] this.searchForm.goodsIdList = [this.id]
}else{
this.searchForm.goodsIdList = []
} }
this.searchForm.pageNo = 1 this.searchForm.pageNo = 1
this.getLists() this.getLists()
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册