提交代码

main
姜玉琦 2023-09-01 17:32:04 +08:00
parent ec75545ed1
commit 611055b051
2 changed files with 5 additions and 4 deletions

View File

@ -42,19 +42,20 @@ Page({
deptId:res.data.deptId,
loginName:res.data.loginName,
})
this.getAllProjectUserData();
this.getProjectUserData();
this.getTypeList();
}
})
},
//查询项目人员数据
getAllProjectUserData(){
getProjectUserData(){
let that = this
wx.request({
url: app.globalData.reqUrl+'/wechat/projectuserinfo/list',
url: app.globalData.reqUrl+'/wechat/projectuserinfo/selectProjectUnitUser',
method:"get",
data:{
unitType:"4",
projectId:that.data.projectId
},
header:{

View File

@ -1,7 +1,7 @@
<!--pages/login/login.wxml-->
<view class="login_logo">
<image src="https://cf.makalu.cc/profile/wechat/logo2.png"></image>
<image src="https://cf.makalu.cc/profile/wechat/logo.png"></image>
</view>
<view class="login_title">