zhangyanpeng
2020-03-17 7a8920cd22441a8b14174e4dfad42be591b3725f
src/components/popup/newProject.vue
@@ -136,9 +136,9 @@
  },
mounted() {
   if(this.rowData.id) {
      this.ruleForm = this.rowData;
      this.xmId = this.rowData.id;
   }
   this.ruleForm = this.rowData;
   this.userId = localStorage.getItem('userId');
   this.assign = localStorage.getItem('assign');
},