@@ -112,7 +112,7 @@
get_drawer(data) {
// console.log('22',data)
this.drawer = data;
- this.userID = this.$store.getters.get_user_info.id;
+ this.userID = JSON.parse(localStorage.getItem('user')).id;
this.userName = this.$store.getters.get_user_info.user_name;
if(data){
this.readnotice();