feat: asset详细视图 基本功能实现
This commit is contained in:
@@ -103,6 +103,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getTableData () {
|
||||
if (this.orderBy) {
|
||||
this.$set(this.searchLabel, 'orderBy', this.orderBy)
|
||||
}
|
||||
const params = {
|
||||
...this.searchLabel,
|
||||
pageNo: this.pageObj.pageNo,
|
||||
|
||||
Reference in New Issue
Block a user