Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
735a6722
authored
Dec 03, 2025
by
heheer
Committed by
GitHub
Dec 03, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: filter pro request (#6022)
parent
a56e5dd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/app/src/pageComponents/dashboard/TeamPlanStatusCard.tsx
+2
-2
No files found.
projects/app/src/pageComponents/dashboard/TeamPlanStatusCard.tsx
View file @
735a6722
...
@@ -15,12 +15,12 @@ import { webPushTrack } from '@/web/common/middle/tracks/utils';
...
@@ -15,12 +15,12 @@ import { webPushTrack } from '@/web/common/middle/tracks/utils';
const
TeamPlanStatusCard
=
()
=>
{
const
TeamPlanStatusCard
=
()
=>
{
const
{
t
}
=
useTranslation
();
const
{
t
}
=
useTranslation
();
const
{
teamPlanStatus
}
=
useUserStore
();
const
{
teamPlanStatus
}
=
useUserStore
();
const
{
operationalAd
,
loadOperationalAd
}
=
useSystemStore
();
const
{
operationalAd
,
loadOperationalAd
,
feConfigs
}
=
useSystemStore
();
const
router
=
useRouter
();
const
router
=
useRouter
();
// Load data
// Load data
useEffect
(()
=>
{
useEffect
(()
=>
{
if
(
!
operationalAd
)
{
if
(
!
operationalAd
&&
feConfigs
?.
isPlus
)
{
loadOperationalAd
();
loadOperationalAd
();
}
}
if
(
operationalAd
?.
id
)
{
if
(
operationalAd
?.
id
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment