Commit 8a2c1ef9 authored by 刘杰's avatar 刘杰

企业微信前端

parent 5ea82e03
...@@ -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'&& uc_simulated_boss"> <view v-if="currentShow === 'bossCard' && uc_simulated_boss">
<bossCard></bossCard> <bossCard></bossCard>
</view> </view>
...@@ -203,8 +203,8 @@ ...@@ -203,8 +203,8 @@
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 this.uc_simulated_boss=data2.uc_staff_kind
uni.setStorageSync(`uc_simulated_boss`, data2.uc_simulated_boss); uni.setStorageSync(`uc_simulated_boss`, data2.uc_staff_kind);
}) })
// if (this.isCarrier) { // if (this.isCarrier) {
......
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