فهرست منبع

打印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) {