Commit 79a0fc41 by 史敦盼

Merge branch 'sdp-v1'

2 parents a574f41b 85419ec0
Showing with 3 additions and 3 deletions
...@@ -356,8 +356,8 @@ ...@@ -356,8 +356,8 @@
<div class="flex"> <div class="flex">
<img <img
:style="{ :style="{
width: selectGraphSrc.length > 0 ? '80px' : 0, width: selectGraphSrc ? '80px' : 0,
height: selectGraphSrc.length > 0 ? '40px' : 0, height: selectGraphSrc ? '40px' : 0,
}" }"
:src="selectGraphSrc" :src="selectGraphSrc"
alt="" alt=""
...@@ -1032,7 +1032,7 @@ export default { ...@@ -1032,7 +1032,7 @@ export default {
this.selectGraphShape = row.iconName this.selectGraphShape = row.iconName
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.form.clearValidate() this.$refs.form?.clearValidate()
}) })
this.getDicyTable() this.getDicyTable()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!