dedsudiyu il y a 6 mois
Parent
commit
95fc820909
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){
         //返回并刷新