heyujie
2022-03-01 2437e07e758eeef362edd7bf094395d55798d982
src/pages/library/components/carList.vue
@@ -42,7 +42,7 @@
            ></span>
          </el-tooltip>
          <el-tooltip content="编辑" placement="top" popper-class="atooltip">
          <el-tooltip content="编辑2" placement="top" popper-class="atooltip">
            <span
              class="iconfont iconfont-wrap iconbianjiku-09"
              @click.stop="edit"
@@ -926,6 +926,7 @@
        url: `/data/api-v/dbperson/fileupload`,
        data: fd,
      });
      debugger
      if (res.success) {
        this.form.faceUrl.push({ url: "/httpImage/" + res.data.picUrl });
        this.form.faceFeature = res.data.faceFeature;
@@ -1310,6 +1311,7 @@
          json.carColor = parseInt(json.carColor);
          json.carType = parseInt(json.carType);
          json.carBrand = parseInt(json.carBrand);
           debugger
          json.personPicUrl = json.faceUrl[0].url.substring(11);
          json.tableId = this.baseObject.id;
          delete json["compareScore"];
@@ -1624,8 +1626,6 @@
      padding: 20px;
      box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
      font-size: 14px;
    }
    .el-drawer__body {
    }
  }
}