删除debugger

master
wyj2080 6 years ago
parent 185e7800e9
commit c0c844de5c

@ -128,7 +128,6 @@
this.$Message.info("请选择日期"); this.$Message.info("请选择日期");
return return
} }
debugger
let orgId = this.selectedCompany; let orgId = this.selectedCompany;
if(this.selectedCompany === '-1'){ if(this.selectedCompany === '-1'){
orgId = null; orgId = null;

@ -162,7 +162,6 @@
}, },
storeOfCompany(){ storeOfCompany(){
this.selectedStore = null; this.selectedStore = null;
debugger
let that = this; let that = this;
let orgId = this.selectedCompany; let orgId = this.selectedCompany;
if(this.selectedCompany === "-1"){ if(this.selectedCompany === "-1"){

@ -239,7 +239,6 @@
}); });
}, },
check(){ check(){
debugger
this.modifyValidate.password = this.passwordCheck; this.modifyValidate.password = this.passwordCheck;
this.modifyValidate.confirmPassword = this.confirmPasswordCheck; this.modifyValidate.confirmPassword = this.confirmPasswordCheck;
} }

@ -278,7 +278,6 @@
return return
} }
if (data.code === '0000') { if (data.code === '0000') {
debugger
if (data) { if (data) {
let row = data.results.records; let row = data.results.records;
that.totalSize = data.results.total; that.totalSize = data.results.total;

Loading…
Cancel
Save