Explorar el Código

change: 部分语句写法标准化.

peter hace 3 semanas
padre
commit
165cfca0a2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/pages/indent-manage/indent/components/info.vue

+ 3 - 1
src/pages/indent-manage/indent/components/info.vue

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