Commit ed9ea5a1 authored by kangzhenfei's avatar kangzhenfei

排产资源设置能力值bug修改

parent 762bf913
......@@ -61,7 +61,7 @@ export default {
formItem: {
equip_name: "",
equip_id: "",
isimportant: "",
isimportant: 1,
capabilityValue: ""
},
formItem1: {
......@@ -113,7 +113,7 @@ export default {
this.formItem.equip_name = r.result.title;
this.formItem.equip_id = r.result.code;
this.formItem.capabilityValue = r.result.capabilityValue;
this.formItem.isimportant = r.result.isimportant + "";
this.formItem.isimportant = r.result.isimportant || "1";
this.formItem1.calendarwork_pk = r.result.calKey;
this.formItem2.calendarovertime_pk = r.result.holidayKey;
this.formItem1.equip_pk = r.result.id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment