Commit 78cdc054 authored by arvin's avatar arvin

costhour 参数设置

parent 75adcaf2
......@@ -126,7 +126,7 @@ export default {
const item = this.modifyData.links.find(l => !l.id && l.sourceId === _link.sourceId && l.targetId === _link.targetId)
if (item) {
item.isCritical = _link.isCritical
item.costHours = _link.costHours,
item.costHours = _link.costHours
} else {
this.modifyData.links.push(_link)
}
......
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