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'); },