Browse Source

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

peter 3 weeks ago
parent
commit
165cfca0a2
1 changed files with 3 additions and 1 deletions
  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)