diff --git a/src/components/scTable/index.vue b/src/components/scTable/index.vue index b10ca015..419f2cbb 100644 --- a/src/components/scTable/index.vue +++ b/src/components/scTable/index.vue @@ -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) {