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'])
},
watch: {
sourceAllCode (val) {
if (val.length === 0) {
this.formData.name = ''
}
}
},
props: {

Loading…
Cancel
Save