shj
2022-03-31 d5e1d77a47f7684d9681357c0ffec37f01aeb52e
src/views/safetyproduction/reviewXG.vue
@@ -150,7 +150,7 @@
      </div>
    </div>
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" width="30%">
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%">
      <el-form ref="form" :model="formInline" label-width="54px">
        <el-form-item label="说明">
          <el-input v-model="formInline.name"></el-input>
@@ -195,7 +195,8 @@
    };
  },
  created() {
    this.id = this.$route.query.id.id;
    this.id = this.$route.query.id;
    console.log('tagee',this.$route.query)
    this.safeT(this.id);
  },
  methods: {