相关方端可以选择股份端人员及数据

pet_li_6.6
liujun 2024-03-19 18:08:01 +08:00
parent 15a54b4bc4
commit 9c48acee51
1 changed files with 3 additions and 1 deletions

View File

@ -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 = ''