XMLWAN 3 years ago
parent
commit
d7a436f291
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/user/templateSummary.vue

+ 5 - 5
src/xt_pages/user/templateSummary.vue View File

@@ -1073,7 +1073,7 @@
1073 1073
           start_time:this.start_date,
1074 1074
           end_time:this.end_date,
1075 1075
         }
1076
-        console.log("世纪时间",params)
1076
+        // console.log("世纪时间",params)
1077 1077
         console.log(moment(moment(2020 + '-01-01').toDate()).quarter(2).format("YYYY-MM-DD"))
1078 1078
         getInitDataList(params).then(response=>{
1079 1079
           if(response.data.state == 1){
@@ -1296,7 +1296,7 @@
1296 1296
         console.log("月",this.$refs)
1297 1297
         console.log("hhhhhh",this.$refs.edit_neditor.content)
1298 1298
         console.log("ooooo",this.$refs.edit_neditorOne.content)
1299
-        
1299
+
1300 1300
          var params = {
1301 1301
             title:this.form.title,
1302 1302
             dry_weight:this.form.dry_weight.toString(),
@@ -1333,10 +1333,10 @@
1333 1333
             start_year:year,
1334 1334
             start_month:month,
1335 1335
             radio:this.form.radio,
1336
-            
1336
+
1337 1337
          }
1338 1338
           console.log("parawm232323223",params)
1339
-  
1339
+
1340 1340
         saveCreation(params).then(response=>{
1341 1341
            if(response.data.state ==1){
1342 1342
              var summary =  response.data.data.summary
@@ -1387,7 +1387,7 @@
1387 1387
               if (list.length > 0) {
1388 1388
                this.getCurrentRecordDetail(this.inspectionList[0].id)
1389 1389
               }
1390
-             
1390
+
1391 1391
            }
1392 1392
         })
1393 1393
       },