Commit 944190d8 authored by “lixuyan”'s avatar “lixuyan”

装配任务添加暂停的状态

parent e250a565
......@@ -253,10 +253,7 @@ export default {
{
'fieldName': 'planState',
'operator': 'IN',
'value': [
'Delivery',
'Run'
]
'value': this.$route.query.title === '装配任务' ? ['Delivery', 'Run', 'Paused'] : ['Delivery', 'Run']
}
// {
// 'fieldName': 'prodTask.extProcessSkillUser.dxUserInfoId',
......
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