|
@@ -154,7 +154,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
getSearchOptios() {
|
|
|
- getStaffByUsername('shidonghai').then(async res => {
|
|
|
+ getStaffByUsername(localStorage.getItem('username')).then(async res => {
|
|
|
if (res.code === 200 && res.data.deptArch) {
|
|
|
const copySearchData = _.clone(this.listSearch)
|
|
|
const resdata = this.resetData([res.data.deptArch])
|