Compare commits

..

No commits in common. "20229df4332ef4e0f3f66a2f59bcb9e98a3a903c" and "f475974d4954037fe04bc737dbd7ba85c7761207" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -241,9 +241,6 @@ 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) {