瀏覽代碼

打印console.log

695593266@qq.com 11 月之前
父節點
當前提交
06e18f608b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 2
      src/views/inspectionWork/components/sampleListDialog.vue
  2. 2 0
      src/views/inspectionWork/edit.vue

+ 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) {