获取员工列表
This commit is contained in:
parent
116141d547
commit
2b1888b719
@ -91,7 +91,6 @@
|
||||
<view class="" @click="show = true">
|
||||
<uni-icons type="right" size="14"></uni-icons>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- 底部 -->
|
||||
@ -172,9 +171,7 @@
|
||||
show: false,
|
||||
shuomingList: [],
|
||||
shuomingFList: [],
|
||||
columns: [
|
||||
['员工一', '员工二', '员工三']
|
||||
],
|
||||
columns: [],
|
||||
taplist: [{
|
||||
title: '储值充值'
|
||||
},
|
||||
@ -315,6 +312,15 @@
|
||||
}).then(res=>{
|
||||
console.log(res)
|
||||
})
|
||||
},
|
||||
//获取本店员工列表
|
||||
getStaffList(){
|
||||
request({
|
||||
url:'/business/member/staff/list',
|
||||
method:'get',
|
||||
}).then(res=>{
|
||||
this.columns = res.data.records
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user