代码回退
This commit is contained in:
parent
bbebcc112d
commit
8d49d0c89a
|
|
@ -368,7 +368,7 @@ const dialogTypeChange = () => {
|
||||||
//获取所属公司下拉数据
|
//获取所属公司下拉数据
|
||||||
const getCompanyList = async () => {
|
const getCompanyList = async () => {
|
||||||
const res: any = await getCompanyListApi()
|
const res: any = await getCompanyListApi()
|
||||||
console.log(res, '列表数据**--**')
|
console.log(res, '列表数据**--**-----------')
|
||||||
companyDataList.value = res.data
|
companyDataList.value = res.data
|
||||||
}
|
}
|
||||||
// 装备弹框显示隐藏
|
// 装备弹框显示隐藏
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue