Commit f8031ce6 authored by 陈娇's avatar 陈娇

去掉不必要的打印

parent 008596b2
...@@ -12,7 +12,6 @@ export class CheckService { ...@@ -12,7 +12,6 @@ export class CheckService {
} }
formCheck(data, req) { formCheck(data, req) {
console.log(data,req,"*****&&&&&&")
this.flag = 0; this.flag = 0;
this.trans = req.trans; this.trans = req.trans;
const fieldStr = '-' + req.field.join('-') + '-'; const fieldStr = '-' + req.field.join('-') + '-';
...@@ -76,7 +75,6 @@ export class CheckService { ...@@ -76,7 +75,6 @@ export class CheckService {
} }
private checkField(fieldStr, data, field) { private checkField(fieldStr, data, field) {
console.log(fieldStr,data,field,"*****&&&&&&556")
if (this.flag === 1) { if (this.flag === 1) {
return false; return 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