Commit 80695f9c by 曾经

无用事件删除

parent fc66c9d5
......@@ -81,13 +81,7 @@ export default {
multipleList: []
};
},
computed: {
...mapState(["storeImageUrl"])
},
created() {
if (!this.storeImageUrl) {
this.$store.dispatch("getStorePicture");
}
if (JSON.parse(sessionStorage.getItem("frozenListSearchData"))) {
this.searchData = JSON.parse(
sessionStorage.getItem("frozenListSearchData")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment