commit
This commit is contained in:
+5
-1
@@ -4,7 +4,7 @@ const USER_TABLE_COMPONENT = {
|
||||
<el-card shadow="never" style="height: 100%">
|
||||
<el-row type="flex" :gutter="20">
|
||||
<el-col :span="4">
|
||||
<el-input v-model="pageForm.searchKeyword" clearable placeholder="请输入姓名或者工号">" @keyup.enter.native="doSearch">
|
||||
<el-input v-model="pageForm.searchKeyword" clearable placeholder="请输入姓名或者工号" @keyup.enter.native="doSearch">
|
||||
</el-input>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
@@ -81,6 +81,10 @@ const USER_TABLE_COMPONENT = {
|
||||
sessionOptions: []
|
||||
}
|
||||
},
|
||||
// created() {
|
||||
// // 名单场景下默认多展示一些数据,减少“人员明明存在但首页看不到”的情况。
|
||||
// this.pageForm.pageSize = 20
|
||||
// },
|
||||
methods: {
|
||||
pageData() {
|
||||
this.$axios
|
||||
|
||||
Reference in New Issue
Block a user