Commit 376ab997 authored by “lixuyan”'s avatar “lixuyan”

修改单架次列表接口

parent c272fd63
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
getData() { getData() {
this.currentId = this.node.id this.currentId = this.node.id
const params = { const params = {
'searchItems': { 'items': [{ 'fieldName': 'aircraftSortiesId', 'operator': 'EQ', 'value': this.node.id }] }, 'searchItems': { 'items': [{ 'fieldName': 'aircraftSorties.defName', 'operator': 'EQ', 'value': this.$route.query.sortiesName }] },
'sortItem': [{ 'fieldName': 'serialNumber', 'sortOrder': 'asc' }], 'sortItem': [{ 'fieldName': 'serialNumber', 'sortOrder': 'asc' }],
'openProps': [ 'openProps': [
{ {
......
...@@ -183,7 +183,7 @@ export default { ...@@ -183,7 +183,7 @@ export default {
}, },
getPosition() { getPosition() {
const params = { const params = {
'searchItems': { 'items': [{ 'fieldName': 'aircraftSortiesId', 'operator': 'EQ', 'value': this.AircraftSortiesId }] }, 'searchItems': { 'items': [{ 'fieldName': 'aircraftSorties.defName', 'operator': 'EQ', 'value': this.AircraftSortiesName }] },
'sortItem': [{ 'fieldName': 'serialNumber', 'sortOrder': 'asc' }] 'sortItem': [{ 'fieldName': 'serialNumber', 'sortOrder': 'asc' }]
} }
......
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