修改增加mold_master_name engineer_name
This commit is contained in:
parent
738e7a172e
commit
8b2f2da7d5
|
|
@ -810,8 +810,13 @@ export default {
|
|||
postdata.engineer_uid = this.$mk.toBigInt(postdata.engineer_uid);
|
||||
}
|
||||
|
||||
if (postdata.mold_master_user_detail) {
|
||||
postdata.mold_master_name = postdata.mold_master_user_detail.name || '';
|
||||
}
|
||||
if (postdata.engineer_detail) {
|
||||
postdata.engineer_name = postdata.engineer_detail.name || '';
|
||||
}
|
||||
|
||||
|
||||
postdata.mold_production_order_component = !this.isEdit ? [] : { insertList: [], deleteList: [], updateList: [] };
|
||||
postdata.mold_production_order_component_processes = !this.isEdit ? [] : { insertList: [], deleteList: [], updateList: [] };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue