Joe 3 rokov pred
rodič
commit
f076a4d7c3

+ 0 - 1
src/views/overview/Overview_Summary.vue

@@ -441,7 +441,6 @@ export default {
           query.beginTime = this.dateRangeCreatedDate[0];
           query.endTime = this.dateRangeCreatedDate[1];
         default:
-          console.log("switch");
       }
       this.getList(query)
     },

+ 0 - 1
src/views/station/order/oilOrder.vue

@@ -215,7 +215,6 @@ export default {
   },
   created() {
     this.getList();
-    console.log(123);
     //字典
     this.getDicts("pay_type").then((response) => {
       this.payTypeOptions = response.data;

+ 0 - 2
src/views/station/pay/index.vue

@@ -170,7 +170,6 @@ export default {
   },
   mounted(){
     setTimeout(() => {
-console.log(this.ruleForm)
     },1000)
     
   },
@@ -217,7 +216,6 @@ console.log(this.ruleForm)
         this.queryParams.stationId =this.$store.state.user.deptId;
       }
       getStationPay(this.queryParams).then(response => {
-        console.log("response",response);
          this.ruleForm = response.data;
           if(response.data.imgFileList==null){
             this.ruleForm.imgFileList=[];

+ 0 - 2
src/views/station/price/index.vue

@@ -253,7 +253,6 @@ export default {
       }
       getDept(this.deptId).then(response => {
           this.deptInfo = response.data;
-          console.log("deptInfo",this.deptInfo);
           if(this.deptInfo.jiBie==2){
             this.open = true;
             this.title = "添加油品价格";
@@ -291,7 +290,6 @@ export default {
               this.getList();
             });
           } else {
-            console.log("form",this.form);
             addPrice(this.form).then(response => {
               this.msgSuccess("新增成功");
               this.open = false;

+ 0 - 1
src/views/station/summary/index.vue

@@ -241,7 +241,6 @@ export default {
       }
       listSummary(this.addDateRange(this.queryParams, this.dateRangeCreatedDate)).then(response => {
         this.summaryList = response.rows;
-        console.log("summaryList",this.summaryList);
         this.total = response.total;
         this.loading = false;
       });

+ 0 - 3
src/views/system/dept/index.vue

@@ -318,7 +318,6 @@ export default {
     getList() {
       this.loading = true;
       // listTree(this.queryParams).then(response => {
-      //   console.log("组织机构树:",response);
       //   this.deptList = this.handleTree(response.data, "deptId");
       //   this.loading = false;
       // });
@@ -432,8 +431,6 @@ export default {
            return setMnoSplit(row.deptId)
         }).then((res) => {
          // this.getList();
-         console.log(res)
-         console.log('22',res.msg)
          window.open(res.msg, '_blank');
           //this.msgSuccess("分账设置成功");
         })