dedsudiyu 6 月之前
父节点
当前提交
95fc820909
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/safetyCheck/components/inspectStatistics.vue

+ 1 - 1
src/views/safetyCheck/components/inspectStatistics.vue

@@ -299,10 +299,10 @@ export default {
         //详情
         this.$set(this,'pageType',2);
         let obj = JSON.parse(JSON.stringify(row))
+        obj.planId = this.propsData.planId;
         obj.showType = true;
         obj.orderTitle = '检查详情';
         obj.orderType = '2';
-        console.log('row',row)
         this.$set(this,'initiateInspectData',obj);
       }else if(type == 6){
         //返回并刷新