|
|
@@ -328,7 +328,7 @@ export default {
|
|
|
this.onLoad(this.page, params);
|
|
|
},
|
|
|
sortChange(val) {
|
|
|
- console.log(JSON.stringify(val))
|
|
|
+ //console.log(JSON.stringify(val))
|
|
|
//prop":"tm","order":"ascending" descending
|
|
|
let prop = val.prop;
|
|
|
if (prop === 'tm') {
|
|
|
@@ -415,7 +415,7 @@ export default {
|
|
|
Object.assign(params, this.sort, this.query)
|
|
|
).then((res) => {
|
|
|
const data = res.data.data;
|
|
|
- console.log(JSON.stringify(data))
|
|
|
+ //console.log(JSON.stringify(data))
|
|
|
this.page.total = data.total;
|
|
|
this.data = data.records;
|
|
|
this.loading = false;
|