Browse Source

重置图片

lex 1 year ago
parent
commit
9ac7078e16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/layout/modals/suggestion-option.tsx

+ 1 - 0
src/components/layout/modals/suggestion-option.tsx

@@ -105,6 +105,7 @@ export default defineComponent({
       forms.clientType='TEACHER'
       forms.content= ''
       forms.attachmentUrls= ''
+      fileListRef.value = [];
       forms.type= 'APP'
       forms.mobileNo= userStore.getUserInfo.phone
     }