Compare commits
No commits in common. "66d09ca284a7964aa952a57098156db8379542fd" and "9c964f11a10412b4692ce1a18930a5618c467179" have entirely different histories.
66d09ca284
...
9c964f11a1
|
@ -733,7 +733,6 @@ 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')
|
||||||
|
|
Loading…
Reference in New Issue