Commit 4ccbd4a1 authored by “lixuyan”'s avatar “lixuyan”

修改检验任务参数

parent 35ce0350
......@@ -310,11 +310,11 @@ export default {
},
'operator': 'EQ'
}
if (this.$route.query.title !== '装配任务') {
if (this.$route.query.title === '适航任务') {
param.searchItem = {
'fieldName': 'joExecuteOpPlan.status',
'operator': 'EQ',
'value': this.$route.query.title === '检验任务' ? 'Yes' : 'UnderTest'
'value': 'UnderTest'
}
}
if (this.$route.query.title !== '适航任务') {
......
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