This commit is contained in:
parent
903bb8d670
commit
e05b492bcf
|
|
@ -285,25 +285,25 @@ export default {
|
|||
const teamList = await getTeamSelectListCommonFun()
|
||||
const postTypeList = await getPostTypeSelectListCommonFun()
|
||||
|
||||
this.formLabel[3].f_selList = lotProjectList.map((item) => {
|
||||
this.formLabel[2].f_selList = lotProjectList.map((item) => {
|
||||
return {
|
||||
label: item.proName,
|
||||
value: item.id,
|
||||
}
|
||||
})
|
||||
this.formLabel[4].f_selList = postTypeList.map((item) => {
|
||||
return {
|
||||
label: item.postName,
|
||||
value: item.id,
|
||||
}
|
||||
})
|
||||
this.formLabel[5].f_selList = subList.map((item) => {
|
||||
// this.formLabel[4].f_selList = postTypeList.map((item) => {
|
||||
// return {
|
||||
// label: item.postName,
|
||||
// value: item.id,
|
||||
// }
|
||||
// })
|
||||
this.formLabel[3].f_selList = subList.map((item) => {
|
||||
return {
|
||||
value: item.id,
|
||||
label: item.subName,
|
||||
}
|
||||
})
|
||||
this.formLabel[6].f_selList = teamList.map((item) => {
|
||||
this.formLabel[4].f_selList = teamList.map((item) => {
|
||||
return {
|
||||
value: item.id,
|
||||
label: item.teamName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue