mo 1 anno fa
parent
commit
e513bd5bac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();