Ver Fonte

打印console.log

695593266@qq.com há 11 meses atrás
pai
commit
06e18f608b

+ 1 - 2
src/views/inspectionWork/components/sampleListDialog.vue

@@ -243,8 +243,7 @@
           }
         }
         this.tableData = list;
-        console.log( this.tableData);
-        
+
         this.visible = true;
       },
       qualityResultsListChange() {

+ 2 - 0
src/views/inspectionWork/edit.vue

@@ -974,6 +974,8 @@
         const selectedData = [];
         selectedData.push(this.sampleList[index]);
 
+        console.log(selectedData, 'selectedData');
+
         if (this.schemeList.length != 0) {
           this.sampleList.forEach((item) => {
             if (item.qualitySampleTemplateList.length == 0) {