Joe 3 лет назад
Родитель
Сommit
e669d12443
2 измененных файлов с 4 добавлено и 8 удалено
  1. 0 1
      src/views/lng/Lng_GroupSet.vue
  2. 4 7
      src/views/market/Market_Discount.vue

+ 0 - 1
src/views/lng/Lng_GroupSet.vue

@@ -159,7 +159,6 @@ export default {
       return getLngSingle(id)
         .then((res) => {
           if (res.code == 200) {
-            console.log(res.data);
             this.list[index] = res.data;
             this.list = [...this.list];
           } else {

+ 4 - 7
src/views/market/Market_Discount.vue

@@ -854,10 +854,10 @@ export default {
       this.updateForm = { ...this.updateForm };
     },
     test(e) {
-      console.log("---");
-      console.log(e);
-      console.log(123);
-      console.log(this.testd);
+      // console.log("---");
+      // console.log(e);
+      // console.log(123);
+      // console.log(this.testd);
     },
     init() {
       listPrice().then((response) => {
@@ -956,7 +956,6 @@ export default {
       listPlan(query).then((response) => {
         if (this.discountSetting == 4) {
           this.discountListTep = response.rows;
-          console.log(this.discountListTep);
           return;
         }
         this.discountList = response.rows;
@@ -1014,10 +1013,8 @@ export default {
                 this.updateForm.collectClickDay.toString();
             }
           }
-          console.log("发送了1");
           // 阶梯直降
           if (this.discountSetting == "4") {
-            console.log("发送了2");
             addMarketPlanInfo(this.updateForm)
               .then((res) => {
                 this.msgSuccess("新增成功");