Commit cc754b08 authored by jingnan's avatar jingnan 👀

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents afeb683d 376ab997
......@@ -291,7 +291,7 @@ export default {
getData() {
this.currentId = this.node.id
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' }],
'openProps': [
{
......
......@@ -183,7 +183,7 @@ export default {
},
getPosition() {
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' }]
}
......
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