去除debugger

dev
郑明梁 2 years ago
parent f7b4e0b28c
commit 58de2582ae

@ -792,7 +792,6 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
}; };
debugger
if (this.curAction.corpType == 3) { if (this.curAction.corpType == 3) {
// //
cQuery.corpType = 3; cQuery.corpType = 3;
@ -1071,7 +1070,6 @@ export default {
// //
addCodeSubmit(tQuery) { addCodeSubmit(tQuery) {
addOrderWeb(tQuery).then((response) => { addOrderWeb(tQuery).then((response) => {
debugger
if (response.code === 20000) { if (response.code === 20000) {
this.orderFormData.billNo = response.data.orderId; this.orderFormData.billNo = response.data.orderId;
if (response.data.errMsg != null) { if (response.data.errMsg != null) {
@ -1103,7 +1101,6 @@ export default {
this.selectRlVisible = true; this.selectRlVisible = true;
} else if (response.code == 503) { } else if (response.code == 503) {
// //
debugger
this.curRow = response.data; this.curRow = response.data;
this.orderFormData.billNo = this.curRow.orderId; this.orderFormData.billNo = this.curRow.orderId;
this.codeFormData.relId = this.curRow.relId; this.codeFormData.relId = this.curRow.relId;

@ -713,8 +713,6 @@ export default {
, ,
bindId(val) { bindId(val) {
if (this.curRow.code != null || this.type == 1) { if (this.curRow.code != null || this.type == 1) {
debugger
this.$emit("selectBindRl", val); this.$emit("selectBindRl", val);
} else { } else {
let query = { let query = {
@ -862,7 +860,6 @@ export default {
components: {} components: {}
, ,
created() { created() {
debugger
if(this.curRow.selectSupId!=null){ if(this.curRow.selectSupId!=null){
this.fromCorp=this.curRow.selectSupId this.fromCorp=this.curRow.selectSupId
} }

Loading…
Cancel
Save