Преглед изворни кода

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)