zhangyanpeng
2020-05-07 dca74c76b85c5ece7b87beae9d9f921883b55564
src/components/popup/newProject.vue
@@ -216,8 +216,11 @@
      this.ruleForm = this.rowData;
   }
   
   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:{
      getUsers() {