Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | |
71 | 71 | const handleAfterChange = (value) => { |
72 | 72 | if (unref(getDesign).password) { |
73 | - openModal(true, { password: unref(getDesign).password }); | |
73 | + openModal(true, { password: unref(getDesign).password, value: value }); | |
74 | 74 | unref(sliderElRef)?.blur(); |
75 | 75 | return; |
76 | 76 | } | ... | ... |