Преглед на файлове

解决组织架构的编辑问题

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 => {