Compare commits
No commits in common. "20229df4332ef4e0f3f66a2f59bcb9e98a3a903c" and "f475974d4954037fe04bc737dbd7ba85c7761207" have entirely different histories.
20229df433
...
f475974d49
|
|
@ -241,9 +241,6 @@ export default {
|
|||
if (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)
|
||||
try {
|
||||
if (this.apiObj) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue