提交 2ad27bbe 编写于 作者: chendeli's avatar chendeli

添加storeId 参数

上级 a2ae408b
......@@ -198,7 +198,7 @@
goodsType :'',
pageNo:1,
pageSize: 10,
storeId:0,
},
selectList:[],
batchParm:{
......@@ -220,7 +220,10 @@
created() {
this.getLists()
this.getLever()
const {storeId} = this.$route.query
if(storeId){
this.searchForm.storeId = storeId
}
},
filters:{
rangeType(type){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册