|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
this.staffList = res.data.list
|
|
|
if(!this.$util.isEmpty(this.staffList)){
|
|
|
for(const ele of this.staffList){
|
|
|
- if(this.getLoginInfo.getStaffId == ele.id){
|
|
|
+ if(this.getLoginInfo.shopAdminId == ele.id){
|
|
|
this.form.getStaffId = ele.id
|
|
|
this.form.getStaffName = ele.name
|
|
|
}
|