mo 1 year ago
parent
commit
e513bd5bac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/layout/modals/suggestion-option.tsx

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

@@ -45,7 +45,7 @@ export default defineComponent({
       mobileNo: userStore.getUserInfo.phone
     });
     const state = reactive([]) as any;
-    const isubmit = ref(true)
+    const isubmit = ref(false)
     const suggestionTypeList = ref([] as any);
     const ossUploadUrl = `https://gyt.ks3-cn-beijing.ksyuncs.com/`;
     const uploadRef = ref();