@@ -79,8 +79,9 @@
queryForm: {
keyWords: '',
pageNum: 1,
- orderBy: 'userName',
pageSize: 50,
+ orderBy: 'userName',
+ status: '10',
},
disabled: false,
total: 0,
@@ -147,7 +148,13 @@
this.options = this.options.concat(list)
}
this.queryForm.pageNum++
+ } else {
+ if (type === 'new') {
+ this.list = []
+ this.options = []
+ }
+
// 禁用加载请求
this.disabled = false
if (this.list.length >= this.total) {