update 车型项目库-项目名称排序去掉;选用户组件,查询、重置查第一页数据
This commit is contained in:
@@ -216,13 +216,16 @@ export default {
|
||||
},
|
||||
searchReset () {
|
||||
this.queryParam = {}
|
||||
this.loadData()
|
||||
this.loadData(1)
|
||||
},
|
||||
searchQuery () {
|
||||
this.loadData()
|
||||
this.loadData(1)
|
||||
},
|
||||
// 获取用户左侧树列表
|
||||
loadData () {
|
||||
loadData (arg) {
|
||||
if (arg) {
|
||||
this.ipagination.current = 1
|
||||
}
|
||||
const params = Object.assign({}, this.queryParam)
|
||||
params.pageNo = this.ipagination.current
|
||||
params.pageSize = this.ipagination.pageSize
|
||||
|
||||
Reference in New Issue
Block a user