From 7a8920cd22441a8b14174e4dfad42be591b3725f Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 17 三月 2020 09:28:04 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- src/components/popup/newProject.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/popup/newProject.vue b/src/components/popup/newProject.vue index a102f54..3f62450 100644 --- a/src/components/popup/newProject.vue +++ b/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'); }, -- Gitblit v1.8.0