|
|
@@ -373,14 +373,6 @@ export default {
|
|
|
getAllStaff().then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.staffList = res.data.list
|
|
|
- if(!this.$util.isEmpty(this.staffList)){
|
|
|
- for(const ele of this.staffList){
|
|
|
- if(this.getLoginInfo.shopAdminId == ele.id){
|
|
|
- this.form.getStaffId = ele.id
|
|
|
- this.form.getStaffName = ele.name
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
})
|
|
|
|