From 050f815891df7c732e1ef64f1f32a83da495af11 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期二, 11 二月 2020 23:46:29 +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