mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-13 01:21:53 +08:00
✨ CRM:增加回款的待办事项逻辑
This commit is contained in:
@@ -207,6 +207,6 @@ onMounted(async () => {
|
||||
const data = await ProductCategoryApi.getProductCategoryList({})
|
||||
productCategoryList.value = handleTree(data, 'id', 'parentId')
|
||||
// 系统用户列表
|
||||
userList.value = await getSimpleUserList() // TODO 芋艿:替换成用户组件
|
||||
userList.value = await getSimpleUserList()
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user