YY hace 2 años
padre
commit
950689cd17
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      src/views/platmanag/sales/detail.vue
  2. 0 1
      src/views/selfShop/sales/detail.vue

+ 0 - 1
src/views/platmanag/sales/detail.vue

@@ -264,7 +264,6 @@ export default {
       }
       if (form != undefined && form.money != undefined && (status == '2' || status == '1')) info.money = form.money;
       let res;
-      console.log(info);
       this.$confirm('是否确认修改售后状态', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',

+ 0 - 1
src/views/selfShop/sales/detail.vue

@@ -264,7 +264,6 @@ export default {
       }
       if (form != undefined && form.money != undefined && (status == '2' || status == '1')) info.money = form.money;
       let res;
-      console.log(info);
       this.$confirm('是否确认修改售后状态', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',