Jelajahi Sumber

解决组织架构的编辑问题

Lijy 3 tahun lalu
induk
melakukan
654e5d2042

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