Browse Source

取消详情

master
maochaoying 2 years ago
parent
commit
b0726253ec
  1. 1
      src/components/Excel.vue

1
src/components/Excel.vue

@ -37,6 +37,7 @@ const showCoreDetail = index => {
imageStore.updateShowImage(true) imageStore.updateShowImage(true)
imageStore.updateCoreInfo(item) imageStore.updateCoreInfo(item)
} else { } else {
imageStore.updateCoreInfo({})
imageStore.updateShowImage(false) imageStore.updateShowImage(false)
} }
} }

Loading…
Cancel
Save