getCatalog().then((res)=>{
this.formInline.projectId = res.data.items
this.form.projectId = res.data.items
})
getPopularize().then((res)=>{
this.formInline.popularize = res.data
this.form.sourceAccountId = res.data
})
// 点击修改用户
uplodeClick(index,row){
console.log(row)
this.dialogVisible = true
this.form.id = row.id;
this.form.mobile = row.userName
this.form.projectId.id = row.projectId
this.form.sourceAccountId.code = row.source
},
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…