Browse Source

Update information.tsx

lex 2 years ago
parent
commit
c366b9e582
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/school/orchestra/compontent/information.tsx

+ 2 - 1
src/school/orchestra/compontent/information.tsx

@@ -11,6 +11,7 @@ import {
   Picker,
   Popover,
   Popup,
+  showFailToast,
   showLoadingToast,
   showSuccessToast,
   showToast
@@ -295,7 +296,7 @@ export default defineComponent({
       })
       if (res?.content?.status === 'success') {
         showSuccessToast('保存成功')
-        form.showQrcode = false
+        state.showQrcode = false
       } else {
         showFailToast('保存失败')
       }