Commit a015eb32 by lixiaomin

删除优惠券的console

parent ffcc96b1
...@@ -320,7 +320,6 @@ export default { ...@@ -320,7 +320,6 @@ export default {
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
}, },
changeUserNumber(val){ changeUserNumber(val){
console.log("val",val);
if(val==2){ if(val==2){
this.userLimitPage=""; this.userLimitPage="";
this.daysLimitPage=""; this.daysLimitPage="";
...@@ -624,7 +623,6 @@ export default { ...@@ -624,7 +623,6 @@ export default {
if(t_province ){ if(t_province ){
this.getChildNodeData(t_province,child_ary); this.getChildNodeData(t_province,child_ary);
} }
console.log("child_ary ",child_ary);
//循环所有最底层子节点找到parent,生成数组; //循环所有最底层子节点找到parent,生成数组;
for(let i=0;i<child_ary.length;i++){ for(let i=0;i<child_ary.length;i++){
let cdata_ary = new Array(); let cdata_ary = new Array();
...@@ -634,7 +632,6 @@ export default { ...@@ -634,7 +632,6 @@ export default {
ps_ary.push(cdata_ary) ps_ary.push(cdata_ary)
} }
} }
console.log("ps_ary ",ps_ary);
return ps_ary; return ps_ary;
}, },
getChildNodeData(pval,child_ary){ getChildNodeData(pval,child_ary){
...@@ -794,7 +791,6 @@ export default { ...@@ -794,7 +791,6 @@ export default {
}else{ }else{
this.form.weekLimit=this.form.week; this.form.weekLimit=this.form.week;
} }
console.log("this.form",this.form);
if (this.form.id != null) { if (this.form.id != null) {
updateCoupon(this.form).then((response) => { updateCoupon(this.form).then((response) => {
if(response.code==200){ if(response.code==200){
......
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