feat_base:table传参
This commit is contained in:
parent
cbc940b8df
commit
1bd54745ad
|
|
@ -241,6 +241,9 @@ 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