This commit is contained in:
parent
8f05b00723
commit
44f6ae31f6
|
|
@ -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)`}:''">
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue