Преглед на файлове

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

peter преди 3 седмици
родител
ревизия
165cfca0a2
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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)