Commit a7cbee4c authored by 周远喜's avatar 周远喜

ok

parent 238cbdf2
......@@ -83,7 +83,7 @@
<Option
v-for="(item,index) in listCal"
:key="index"
:value="item.id"
:value="item.calid"
:label="item.calname"
></Option>
</Select>
......@@ -160,7 +160,7 @@ export default {
opTaskPk: 0,
taskSeq: "",
flog: 5, //参数应用范围
calId: -1,
calId:"",
planState: false,
planMethod: "重叠", // 平行 重叠
over: false,
......@@ -364,7 +364,7 @@ export default {
opTaskPk: this.row.op_task_pk,
taskSeq: this.row.task_seq,
flog: 0, //参数应用范围
calId: parseInt(this.row.cal_id),
calId: this.row.cal_id,
planState: this.row.plan_method == "平行",
planMethod: this.row.plan_method, // 平行 重叠
over: this.row.over_time == "加班",
......
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