|
@@ -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();
|