人员管理

This commit is contained in:
caoxinyu
2018-12-05 20:03:10 +08:00
parent 4bfc5961f9
commit 628ec49496
4 changed files with 169 additions and 32 deletions

View File

@@ -277,6 +277,7 @@ export default {
this.check2 = 0
}
searchTable(this.check1, this.staffName, this.check2, this.roleName, this.pageCurrent1, this.pageSize1).then(response => {
console.log(response)
this.tableData = response.data.rows
this.total1 = response.data.total
})