wl
2023-01-31 cd2a5241cdbee482652d987c3553f7aa2e2d0679
src/views/cause/Entry.vue
@@ -266,9 +266,9 @@
}}</span>
              </template>
            </el-table-column>
            <el-table-column width="200" prop="ctime" label="报案时间">
            <el-table-column width="200" prop="reportTime" label="报案时间">
              <template slot-scope="scope">
                <span>{{ scope.row.ctime === null ? "2022-07-12 10:32:56" : scope.row.ctime }}</span>
                <span>{{ scope.row.reportTime === null ? "2022-07-12 10:32:56" : scope.row.reportTime }}</span>
              </template>
            </el-table-column>
            <el-table-column label="操作">
@@ -393,13 +393,13 @@
                </el-form-item>
              </el-col>
              
              <el-col :span="12">
              <!-- <el-col :span="12">
                <el-form-item prop="reportTime" label="报案时间">
                  <el-date-picker v-model="updateReportForm.reportTime" type="datetime" placeholder="选择日期时间" clearable
                    :style="{ width: '100%' }" value-format="yyyy-MM-dd HH:mm:ss">
                  </el-date-picker>
                </el-form-item>
              </el-col>
              </el-col> -->
              <el-col :span="12">
                <el-form-item label="被骗时间" prop="cheatTime">
                  <el-date-picker v-model="updateReportForm.cheatTime" type="datetime" placeholder="选择日期时间" clearable
@@ -1230,7 +1230,7 @@
      this.updateReportPrams.groupId = this.updateReportForm.groupId
      this.updateReportPrams.id = this.updateReportForm.id
      this.updateReportPrams.reportMaterials = this.updateReportPrams.fileList.map(i => i.data).join(',')
      debugger
      this.updateReportPrams.pic=this.updateReportForm.pic
      let form = null;
      form = this.updateReportPrams;
@@ -1249,7 +1249,6 @@
    //编辑案件人员
    updataReport(val) {
      debugger
      this.updateReportVisible = true;
      this.updateReportForm = Object.assign({}, val);
      this.causeId = val.causeId;