门店推广userId使用缓存

master
LegnaYet 6 years ago
parent 05afe18ed6
commit 2b5f4b3773

@ -167,7 +167,7 @@
name: "IncreaseStoreManager",
data() {
return {
userId: 13,
userId: JSON.parse(sessionStorage.getItem("loginInfo")).userId,
searchShop:null,
total: 0,
pageSize: 10,

Loading…
Cancel
Save