ソースを参照

[FE]修改设备编辑图片回显问题

luoxu5 4 年 前
コミット
61868caf3c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      security-protection-platform/src/modules/system/devicemana/components/modal/addDeviceModal.vue

+ 1 - 1
security-protection-platform/src/modules/system/devicemana/components/modal/addDeviceModal.vue

@ -110,7 +110,7 @@ export default {
110 110
    // 当前编辑设备
111 111
    currentEditDevice (val) {
112 112
      this.addDeviceModalForm = val
113
      this.imgUrl = val.toolPictureUrl
113
      this.imgUrl = val.imgUrl
114 114
    }
115 115
  },
116 116
  mounted () {