overtime
parent
b94126aa2e
commit
43e25cd7d4
|
|
@ -234,14 +234,6 @@ const submit = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const onSubmit = async () => {
|
const onSubmit = async () => {
|
||||||
uni.showToast({
|
|
||||||
title: '提交成功',
|
|
||||||
icon: 'none',
|
|
||||||
})
|
|
||||||
formRef.value.resetFields()
|
|
||||||
uni.$emit('refresh')
|
|
||||||
uni.navigateBack()
|
|
||||||
return;
|
|
||||||
if (loading.value) return
|
if (loading.value) return
|
||||||
loading.value = true
|
loading.value = true
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue