diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue index acc9251..a2387f7 100644 --- a/src/views/user/goodsManagement/index.vue +++ b/src/views/user/goodsManagement/index.vue @@ -368,7 +368,7 @@ const dialogTypeChange = () => { //获取所属公司下拉数据 const getCompanyList = async () => { const res: any = await getCompanyListApi() - console.log(res, '列表数据**--**') + console.log(res, '列表数据**--**-----------') companyDataList.value = res.data } // 装备弹框显示隐藏