四级联动 帮扶单点入参修改
This commit is contained in:
@@ -1073,7 +1073,7 @@ const isFourLevelLinkagePurview=ref(false)
|
|||||||
const getIsFourLevelLinkagePurview=()=>{
|
const getIsFourLevelLinkagePurview=()=>{
|
||||||
let userInfo = uni.getStorageSync('userInfo')
|
let userInfo = uni.getStorageSync('userInfo')
|
||||||
if(userInfo){
|
if(userInfo){
|
||||||
$api.myRequest('/auth/login2/ks',{userid: userInfo.dwUserid, idcardno: userInfo.idCard},"POST",'9100',{}).then(res=>{
|
$api.myRequest('/auth/login2/ks',{userid: userInfo.dwUserid, idcardno: userInfo.idCard},"POST",9100,{}).then(res=>{
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
uni.setStorageSync('fourLevelLinkage-token',res.data.access_token)
|
uni.setStorageSync('fourLevelLinkage-token',res.data.access_token)
|
||||||
let roleIdList= ['103','106','107']
|
let roleIdList= ['103','106','107']
|
||||||
|
|||||||
Reference in New Issue
Block a user