zhangyanpeng
2020-05-07 dca74c76b85c5ece7b87beae9d9f921883b55564
src/views/list.vue
@@ -190,8 +190,11 @@
      },
      mounted() { //组件配置后,页面显示前。用于加载数据
         this.getData();
         this.userId = localStorage.getItem('userId');
         this.assign = localStorage.getItem('assign');
         //this.userId = localStorage.getItem('userId');
         //this.assign = localStorage.getItem('assign');
         this.userId = this.$cookies.get('userId');
         this.assign = this.$cookies.get('assign');
      },
      methods: {
         download() {