Explorar o código

Merge branch 'iteration-0906' into jenkins

mo hai 1 ano
pai
achega
56a425a25b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();