相关方端可以选择股份端人员及数据
parent
15a54b4bc4
commit
9c48acee51
|
@ -154,6 +154,7 @@ export default {
|
||||||
'/department/getPreventCrop',
|
'/department/getPreventCrop',
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.jituanDanweiTreeData = data.data
|
this.jituanDanweiTreeData = data.data
|
||||||
|
this.jituanDanweiTreeData.push({ CORPINFO_ID: '1', CORP_NAME: '秦皇岛港股份有限公司' })
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
@ -228,7 +229,8 @@ export default {
|
||||||
requestFN(
|
requestFN(
|
||||||
'/companyApi/user/listAll',
|
'/companyApi/user/listAll',
|
||||||
{
|
{
|
||||||
DEPARTMENT_ID: e.id
|
DEPARTMENT_ID: e.id,
|
||||||
|
CORPINFO_ID: JSON.parse(this.corp_id).CORPINFO_ID
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.form.APPOINT_USER_ID = ''
|
this.form.APPOINT_USER_ID = ''
|
||||||
|
|
Loading…
Reference in New Issue