Commit bff3a60a authored by 陈娇's avatar 陈娇

loading-test

parent e6948a2e
Pipeline #3032 passed with stage
in 0 seconds
...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment