|
|
@@ -238,6 +238,7 @@ export default {
|
|
|
this.selectorVisible = false
|
|
|
ActionUtils.success('加入人员成功!')
|
|
|
this.search()
|
|
|
+ location.reload()
|
|
|
})
|
|
|
this.handleUpemployee('add', userIdsStr)
|
|
|
},
|
|
|
@@ -248,6 +249,7 @@ export default {
|
|
|
}).then(response => {
|
|
|
ActionUtils.removeSuccessMessage()
|
|
|
this.search()
|
|
|
+ location.reload()
|
|
|
})
|
|
|
this.handleUpemployee('remove', ids)
|
|
|
},
|