Commit 18bce738 authored by 陈娇's avatar 陈娇

loading-test

parent bff3a60a
Pipeline #3033 passed with stage
in 0 seconds
......@@ -120,9 +120,8 @@ export class TopicModuleMgrComponent implements OnInit {
}
save(v) {
debugger;
this.isLoading = true;
console.log(this[v],!this.ck.formCheck(this[v], this.try),"(((((")
// console.log(this[v],!this.ck.formCheck(this[v], this.try),"(((((")
if (!this.ck.formCheck(this[v], this.try)) {
this.isLoading = false;
return;
......
......@@ -12,6 +12,7 @@ export class CheckService {
}
formCheck(data, req) {
console.log(data,req,"*****&&&&&&")
this.flag = 0;
this.trans = req.trans;
const fieldStr = '-' + req.field.join('-') + '-';
......
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