Commit e6948a2e authored by 陈娇's avatar 陈娇

loading_test

parent 8227bcb0
Pipeline #3031 passed with stage
in 0 seconds
......@@ -122,6 +122,7 @@ export class TopicModuleMgrComponent implements OnInit {
save(v) {
debugger;
this.isLoading = true;
console.log(this[v],!this.ck.formCheck(this[v], this.try),"(((((")
if (!this.ck.formCheck(this[v], this.try)) {
this.isLoading = false;
return;
......
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