Commit 1bbbf3e1 authored by chenzj's avatar chenzj

修改异常报告的bug

parent c89145db
...@@ -647,10 +647,6 @@ export default { ...@@ -647,10 +647,6 @@ export default {
value: 'DEVI', value: 'DEVI',
text: '设备异常' text: '设备异常'
}, },
{
value: 'WORK',
text: '车间异常'
}
], ],
stopReason: '', stopReason: '',
stopReasonVisible: false, stopReasonVisible: false,
...@@ -1325,6 +1321,7 @@ userTempVisible: false, ...@@ -1325,6 +1321,7 @@ userTempVisible: false,
taskId: taskId, taskId: taskId,
status: status, status: status,
taskWorkunitId: taskWorkunitId, taskWorkunitId: taskWorkunitId,
workunitId: workunitId,
attr1: this.stopReason attr1: this.stopReason
}) })
.then((res) => { .then((res) => {
......
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