Commit 43e61c12 authored by “lixuyan”'s avatar “lixuyan”

修改装配任务的接口

parent 0fa72e2b
......@@ -311,9 +311,9 @@ export default {
'searchItem': {
'fieldName': 'joExecuteOpPlan.status',
'operator': this.$route.query.title === '装配任务' ? 'IN' : 'EQ',
'value': this.$route.query.title === '装配任务' ? ['Yes', 'UnderTest'] : this.$route.query.title === '检验任务' ? 'Yes' : 'UnderTest'
'value': this.$route.query.title === '装配任务' ? ['Not', 'Yes', 'UnderTest', 'Checked'] : this.$route.query.title === '检验任务' ? 'Yes' : 'UnderTest'
},
'operator': this.$route.query.title === '装配任务' ? 'NEQ' : 'EQ'
'operator': 'EQ'
}
if (this.$route.query.title !== '适航任务') {
param.searchQueryCondition.searchItems.children[0].items.push({
......
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