This commit is contained in:
Teng 2026-03-05 17:28:12 +08:00
parent 8f05b00723
commit 44f6ae31f6
2 changed files with 1 additions and 2 deletions

View File

@ -212,7 +212,7 @@
{{ zdxzdex==1?`转单执行`:`协助执行` }} {{ zdxzdex==1?`转单执行`:`协助执行` }}
</view> </view>
</view> </view>
<scroll-view scroll-y="true" class="photowall-other" scroll-with-animation enable-flex v-if="zdxzdex>0"> <scroll-view scroll-y class="photowall-other" scroll-with-animation enable-flex v-if="zdxzdex>0">
<view class="photowall-other"> <view class="photowall-other">
<view class="bottom-title" v-for="(v,k) in zdxzarr" :key='k' @click="zdwu(v,k)" <view class="bottom-title" v-for="(v,k) in zdxzarr" :key='k' @click="zdwu(v,k)"
:style="v.flag?{borderColor: `rgba(1, 125, 233, 0.3)`}:''"> :style="v.flag?{borderColor: `rgba(1, 125, 233, 0.3)`}:''">

View File

@ -20,7 +20,6 @@ export const queryPadPageList = (params) => {
} }
export const getPermissionList = (params) => { export const getPermissionList = (params) => {
// console.log("kankan入参",params)
return request({ return request({
url: `${uni.getStorageSync('serverUrl')}/api/employeesInfo/getPermissionList`, url: `${uni.getStorageSync('serverUrl')}/api/employeesInfo/getPermissionList`,
method: 'get', method: 'get',