소스 검색

解决组织架构的编辑问题

Lijy 3 년 전
부모
커밋
654e5d2042
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 4 - 4
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -1130,10 +1130,10 @@
                     }
                 });
                 console.log(form, '提交的数据')
-                if(this.permissions.structurePersonnel && this.title == '编辑人员') {
-                    form.cost = 0
-                    form.monthCost = 0 
-                }
+                // if(this.permissions.structurePersonnel && this.title == '编辑人员') {
+                //     form.cost = 0
+                //     form.monthCost = 0 
+                // }
                 // return
                 this.http.post( this.port.manage.insert, form,
                         res => {