From 2ef590774e2d655cdc43ee2c6fa4c674ac4d882d Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 12 二月 2020 10:30:13 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- src/views/list.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/list.vue b/src/views/list.vue index a54a89e..ff4631b 100644 --- a/src/views/list.vue +++ b/src/views/list.vue @@ -145,7 +145,8 @@ tableChange(val) { this.selected = val; this.detailData = val; - if (this.selected.userId == this.userId) { + // this.editShow = true; + if (this.selected.userId == this.userId) { this.editShow = true; }else { this.editShow = false; @@ -226,7 +227,7 @@ }, addProject() { this.dialog_1 = true; - + this.rowData = {}; }, editProject() { if(!this.selected || this.selected.status != "edit"){ -- Gitblit v1.8.0