代码回退

This commit is contained in:
BianLzhaoMin 2024-12-02 18:34:30 +08:00
parent bbebcc112d
commit 8d49d0c89a
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ const dialogTypeChange = () => {
//
const getCompanyList = async () => {
const res: any = await getCompanyListApi()
console.log(res, '列表数据**--**')
console.log(res, '列表数据**--**-----------')
companyDataList.value = res.data
}
//