提交代码

main
姜玉琦 2024-02-17 14:01:45 +08:00
parent 6887b0bcf8
commit 45bfbec9c8
4 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ Page({
superviseUserName:"",
checkWorkingPosition:"",
intro:"",
dataTypeLvl1:"a",
dataTypeLvl1:"1",
dataTypeLvl2:"",
dataTypeLvl1List:[],
dataTypeLvl2List:[],
@ -142,7 +142,7 @@ Page({
if(res.code == 200){
let tempData = []
res.data.forEach(it =>{
if(it.cssClass=="1"){
if(it.remark=="1"){
tempData.push({"id":it.dictValue,"text":it.dictLabel});
}
})
@ -169,7 +169,7 @@ Page({
})
let tempData = []
this.dataTypeLvl2AllList.forEach(it =>{
if(it.cssClass==e.detail.id){
if(it.remark==e.detail.id){
tempData.push({"id":it.dictValue,"text":it.dictLabel});
}
})

View File

@ -150,7 +150,7 @@ Page({
if(res.code == 200){
let tempData = []
res.data.forEach(it =>{
if(it.cssClass==that.data.dt1){
if(it.remark==that.data.dt1){
tempData.push({"id":it.dictValue,"text":it.dictLabel});
}
})
@ -177,7 +177,7 @@ Page({
})
let tempData = []
this.dataTypeLvl2AllList.forEach(it =>{
if(it.cssClass==e.detail.id){
if(it.remark==e.detail.id){
tempData.push({"id":it.dictValue,"text":it.dictLabel});
}
})

View File

@ -46,8 +46,8 @@ Page({
key: 'userinfo',
success:res=>{
this.setData({
projectId,
projectName,
projectId:app.globalData.projectId,
projectName:app.globalData.projectName,
loginName:res.data.loginName,
userName:res.data.nickName,
recheckSend:res.data.nickName,

View File

@ -47,8 +47,8 @@ Page({
key: 'userinfo',
success:res=>{
this.setData({
projectId,
projectName,
projectId:app.globalData.projectId,
projectName:app.globalData.projectName,
deptId:res.data.deptId,
loginName:res.data.loginName,
userName:res.data.nickName,