Commit f9e61ea6 authored by 刘杰's avatar 刘杰

企业微信前端

parent db4be9dd
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<view v-if="currentShow === 'dailyReport'"> <view v-if="currentShow === 'dailyReport'">
<dailyReport></dailyReport> <dailyReport></dailyReport>
</view> </view>
<view v-if="currentShow === 'bossCard'"> <view v-if="currentShow === 'bossCard'&& ">
<bossCard></bossCard> <bossCard></bossCard>
</view> </view>
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
data() { data() {
return { return {
isCarrier: false, isCarrier: false,
uc_simulated_boss:false,
currentShow: '', currentShow: '',
topUserList: [{ topUserList: [{
name: '订单查询', name: '订单查询',
...@@ -202,7 +203,7 @@ ...@@ -202,7 +203,7 @@
selectStaffByUsername(staffData).then(res => { selectStaffByUsername(staffData).then(res => {
let data2 = res.data.data let data2 = res.data.data
uni.setStorageSync(`staffCode`, data2.staffCode); uni.setStorageSync(`staffCode`, data2.staffCode);
this.uc_simulated_boss=data2.uc_simulated_bosss
uni.setStorageSync(`uc_simulated_boss`, data2.uc_simulated_boss); uni.setStorageSync(`uc_simulated_boss`, data2.uc_simulated_boss);
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment