浏览代码

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

peter 2 周之前
父节点
当前提交
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)