zhangyanpeng
2020-02-11 050f815891df7c732e1ef64f1f32a83da495af11
src/views/list.vue
@@ -144,6 +144,7 @@
         tableChange(val) {
            this.selected = val;
            this.detailData = val;
         //   this.editShow = true;
            if (this.selected.userId == this.userId) {
               this.editShow = true;
            }else {
@@ -225,7 +226,7 @@
         },
         addProject() {
            this.dialog_1 = true;
            this.rowData = {};
         },
         editProject() {
            if(!this.selected || this.selected.status != "edit"){