生成图片修复

dev_2022-03-03
yujialong 3 years ago
parent 4189bdd8e6
commit f35f79973c
  1. 1
      src/components/codemirror.vue

@ -310,6 +310,7 @@ export default {
const result = data.runResult const result = data.runResult
this.$emit('cache') // this.$emit('cache') //
this.loadIns.close() this.loadIns.close()
this.picSrcList = []
if (photo) this.picSrcList = photo.split(',') if (photo) this.picSrcList = photo.split(',')
this.$emit('update:codeId', res.codeId) // coddeId this.$emit('update:codeId', res.codeId) // coddeId
this.$emit('update:answer', result) // this.$emit('update:answer', result) //

Loading…
Cancel
Save