更改报错

lijinlong
李劲龙 5 months ago
parent 4b3f9f795b
commit 7fc91a8daf

@ -190,10 +190,10 @@ export default {
mounted() { mounted() {
console.log(this.$store.state.user); console.log(this.$store.state.user);
if(this.$store.state.user.roles[0] == "admin"){ if(this.$store.state.user.roles[0] == "admin"){
this.pagination: { // this.pagination: {
current: 1, // current: 1,
size: 10, // size: 10,
}, // },
} }
this.getInfo(); this.getInfo();
this.cancalDebounce(); this.cancalDebounce();

Loading…
Cancel
Save