删除debugger

master
wyj2080 6 years ago
parent 185e7800e9
commit c0c844de5c

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

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

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

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

Loading…
Cancel
Save