Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WitCloud
witiumCloud2
Commits
bff3a60a
Commit
bff3a60a
authored
Jun 04, 2024
by
陈娇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading-test
parent
e6948a2e
Pipeline
#3032
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
topic-module-mgr.component.ts
src/app/main/topic-module-mgr/topic-module-mgr.component.ts
+5
-0
No files found.
src/app/main/topic-module-mgr/topic-module-mgr.component.ts
View file @
bff3a60a
...
@@ -129,11 +129,16 @@ export class TopicModuleMgrComponent implements OnInit {
...
@@ -129,11 +129,16 @@ export class TopicModuleMgrComponent implements OnInit {
}
}
if
(
this
.
isUpdate
&&
this
.
isAddConV
)
{
if
(
this
.
isUpdate
&&
this
.
isAddConV
)
{
this
.
api
.
topicModel
.
updateTopic
([
this
.
req
,
this
.
next
]);
this
.
api
.
topicModel
.
updateTopic
([
this
.
req
,
this
.
next
]);
this
.
isLoading
=
false
;
}
else
if
(
!
this
.
isUpdate
&&
this
.
isAddConV
)
{
}
else
if
(
!
this
.
isUpdate
&&
this
.
isAddConV
)
{
this
.
req
.
addTopicModelForInfoVos
=
[];
this
.
req
.
addTopicModelForInfoVos
=
[];
this
.
api
.
topicModel
.
addTopicModel
([
this
.
req
,
this
.
next
]);
this
.
api
.
topicModel
.
addTopicModel
([
this
.
req
,
this
.
next
]);
this
.
isLoading
=
false
;
}
else
if
(
this
.
isSaveOther
)
{
}
else
if
(
this
.
isSaveOther
)
{
this
.
api
.
topicModel
.
saveAsTopicModel
([
this
.
req2
,
this
.
next
]);
this
.
api
.
topicModel
.
saveAsTopicModel
([
this
.
req2
,
this
.
next
]);
this
.
isLoading
=
false
;
}
else
{
this
.
isLoading
=
false
;
}
}
}
}
...
...
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