提交 92921c59 编写于 作者: yi.li's avatar yi.li

入参修改

上级 b8634220
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
this.getLists() this.getLists()
this.getLever() this.getLever()
const {storeId} = this.$route.query; const {storeId} = this.$route.query;
this.searchForm.storeId = storeId || 0; this.searchForm.storeId = Number(storeId) || 0;
// if(storeId){ // if(storeId){
// this.searchForm.storeId = storeId // this.searchForm.storeId = storeId
// } // }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册