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