班组注册
This commit is contained in:
parent
609de79fec
commit
8c6b3a6a55
|
|
@ -58,6 +58,8 @@ function setParams(id,index,title){
|
|||
},
|
||||
})
|
||||
|
||||
|
||||
setTimeout(function() {
|
||||
//查询数据
|
||||
$.ajax({
|
||||
url: `${ctxPath}` + '/organizational/getRegisterTeamGroup?id=' + id,
|
||||
|
|
@ -70,6 +72,9 @@ function setParams(id,index,title){
|
|||
}
|
||||
}
|
||||
});
|
||||
}, 300);
|
||||
|
||||
|
||||
|
||||
//回显数据
|
||||
function setFormData(data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue