Browse Source

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

luoxu5 4 years ago
parent
commit
61868caf3c

+ 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 () {