Sfoglia il codice sorgente

修改发券备注

yuhao 1 anno fa
parent
commit
ce93721707
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/pages/coupon/index.vue

+ 0 - 2
src/pages/coupon/index.vue

@@ -127,8 +127,6 @@ export default {
127 127
       for (let i = 0; i < this.multipleSelection.length; i++) {
128 128
         selectIds = selectIds + "," + this.multipleSelection[i].id;
129 129
       }
130
-      console.log(this.coupon);
131
-      return
132 130
       let params = {
133 131
         id: this.coupon,
134 132
         user_ids: selectIds.substring(1, selectIds.length),