|
@ -156,7 +156,7 @@ const checkPosition = () => { |
|
|
return position |
|
|
return position |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const maskVisible = ref(true) |
|
|
|
|
|
|
|
|
const maskVisible = ref(false) |
|
|
const startWork = async () => { |
|
|
const startWork = async () => { |
|
|
formRef.value.validate(async (valid: boolean) => { |
|
|
formRef.value.validate(async (valid: boolean) => { |
|
|
console.log('valid', valid) |
|
|
console.log('valid', valid) |
|
|