CRM:完善 CRM 相关实现(产品)

(cherry picked from commit a9e4ef9b7b)
This commit is contained in:
YunaiV
2024-02-24 09:50:35 +08:00
committed by shizhong
parent d9d8c0f8ae
commit 890c5d4d9d
13 changed files with 26 additions and 46 deletions

View File

@ -100,7 +100,7 @@
<script setup lang="ts">
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import * as ProductApi from '@/api/crm/product'
import * as ProductCategoryApi from '@/api/crm/product/productCategory'
import * as ProductCategoryApi from '@/api/crm/product/category'
import { defaultProps, handleTree } from '@/utils/tree'
import { getSimpleUserList, UserVO } from '@/api/system/user'
import { useUserStore } from '@/store/modules/user'