From ecd4be909222faa66fa174e3ea6f0855edf1fe23 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 17 三月 2020 09:27:46 +0800 Subject: [PATCH] 提交 --- 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 6868445..0afa51f 100644 --- a/src/views/list.vue +++ b/src/views/list.vue @@ -144,7 +144,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; @@ -225,7 +226,7 @@ }, addProject() { this.dialog_1 = true; - + this.rowData = {}; }, editProject() { if(!this.selected || this.selected.status != "edit"){ -- Gitblit v1.8.0