Compare commits

..

No commits in common. "66d09ca284a7964aa952a57098156db8379542fd" and "9c964f11a10412b4692ce1a18930a5618c467179" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -733,8 +733,7 @@ export default {
return new Blob([bytesCode], { type: imgtype }) return new Blob([bytesCode], { type: imgtype })
}, },
async handleSave() { async handleSave() {
try { const valid = await this.$refs.measurementForm.validate()
const valid = await this.$refs.measurementForm.validate()
if (!valid) return if (!valid) return
if (parseInt(this.questionForm[this.isMeasurableId]) === 1) { if (parseInt(this.questionForm[this.isMeasurableId]) === 1) {
// //
@ -818,9 +817,6 @@ export default {
console.log(e) console.log(e)
loading.close() loading.close()
} }
} catch (e) {
console.log(e)
}
}, },
async handleClose() { async handleClose() {
this.$emit('close') this.$emit('close')