Commit 79fb0d91 authored by “lixuyan”'s avatar “lixuyan”

修改下发班组人员

parent cc0c2be0
......@@ -354,6 +354,8 @@ export default {
const group = this.groupList.find(r => r.value === this.searchFormData.group)
this.$set(this.searchFormData, 'groupName', group && group.label || '')
this.$set(this.searchFormData, 'group', group && group.value || '')
this.groupUserPage = 1
this.groupUserList = []
this.getGroupUser()
},
tabClick(tab) {
......
......@@ -380,6 +380,7 @@ export default {
this.getTableData()
},
getTableData() {
this.groupUserPage = 1
this.tableData = []
this.groupUserList = []
this.mainUserId = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment