Browse Source

修复业务类型查询

master_hella_20240701
chenfang 8 months ago
parent
commit
b6eb073e33
  1. 2
      src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

2
src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

@ -26,7 +26,7 @@ const businessTypeQueryParams = {
const requestsettingData =data?.list[0]||{}
const businessTypeValue = await getBusinessTypeApi.getBusinesstypePage(businessTypeQueryParams)
const businessTypeData =businessTypeValue?.list[0]||{}
console.log(businessTypeData.code);
console.log(businessTypeValue);
// 获取当前操作人的部门
import { useUserStore } from '@/store/modules/user'

Loading…
Cancel
Save