Compare commits
2 Commits
f475974d49
...
20229df433
| Author | SHA1 | Date |
|---|---|---|
|
|
20229df433 | |
|
|
1bd54745ad |
|
|
@ -241,6 +241,9 @@ export default {
|
||||||
if (this.query[this.orderStr]){
|
if (this.query[this.orderStr]){
|
||||||
reqData[this.orderStr] = this.query[this.orderStr]
|
reqData[this.orderStr] = this.query[this.orderStr]
|
||||||
}
|
}
|
||||||
|
if (this.params[this.orderStr]){
|
||||||
|
reqData[this.orderStr] = this.params[this.orderStr]
|
||||||
|
}
|
||||||
var c = Object.assign({}, this.query, this.tableParams, reqData)
|
var c = Object.assign({}, this.query, this.tableParams, reqData)
|
||||||
try {
|
try {
|
||||||
if (this.apiObj) {
|
if (this.apiObj) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue