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