Browse Source

11

dev-用户反馈
jiangyy 3 years ago
parent
commit
32896fae37
  1. 6
      src/views/modules/base/epidemic/epidRisk/risk.vue

6
src/views/modules/base/epidemic/epidRisk/risk.vue

@ -656,7 +656,13 @@ export default {
...mapGetters(['clientHeight', 'iframeHeight']) ...mapGetters(['clientHeight', 'iframeHeight'])
}, },
watch: { watch: {
sourceAllCode (val) {
if (val.length === 0) {
this.formData.name = ''
}
}
}, },
props: { props: {

Loading…
Cancel
Save