@@ -1455,7 +1455,9 @@ const checkForm = function () {
result = false
}
})
- if (result) createQuoteFunc()
+ if (result) {
+ createQuoteFunc()
+ }
const messageError = debounce(function (info) {
ElMessage.error(info)