提交代码

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

View File

@ -1,7 +1,7 @@
<!--pages/login/login.wxml--> <!--pages/login/login.wxml-->
<view class="login_logo"> <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>
<view class="login_title"> <view class="login_title">