mirror of https://gitee.com/xiaonuobase/snowy
【更新】去掉用户、人员的选择主管的参数
parent
82d4c4fe50
commit
19b0421287
|
@ -433,7 +433,7 @@
|
||||||
bizUserApi.userPositionSelector(param).then((data) => {
|
bizUserApi.userPositionSelector(param).then((data) => {
|
||||||
positionData.value = data.records
|
positionData.value = data.records
|
||||||
})
|
})
|
||||||
bizUserApi.userSelector(param).then((data) => {
|
bizUserApi.userSelector().then((data) => {
|
||||||
directorData.value = data.records
|
directorData.value = data.records
|
||||||
})
|
})
|
||||||
// 此类型代表选择的时候重置后面的职位
|
// 此类型代表选择的时候重置后面的职位
|
||||||
|
|
|
@ -431,7 +431,7 @@
|
||||||
userApi.userPositionSelector(param).then((data) => {
|
userApi.userPositionSelector(param).then((data) => {
|
||||||
positionData.value = data.records
|
positionData.value = data.records
|
||||||
})
|
})
|
||||||
userApi.userSelector(param).then((data) => {
|
userApi.userSelector().then((data) => {
|
||||||
directorData.value = data.records
|
directorData.value = data.records
|
||||||
})
|
})
|
||||||
// 此类型代表选择的时候重置后面的职位
|
// 此类型代表选择的时候重置后面的职位
|
||||||
|
|
Loading…
Reference in New Issue