推广管理-零售公司,默认不查询。

feature_0521
kevin jiang 5 years ago
parent df7fdcd143
commit 0906db435f

@ -137,7 +137,7 @@
data() {
return {
loading: false,
userId: JSON.parse(sessionStorage.getItem("loginInfo")).userId,
userId: "",
searchShop: null,
total: 0,
pageSize: 10,
@ -244,6 +244,9 @@
}
}
},
created() {
this.userId = JSON.parse(sessionStorage.getItem("loginInfo")).userId;
},
mounted() {
this.setMenuName("门店推广", "推广管理");
this.listOfStore();

Loading…
Cancel
Save