Bläddra i källkod

style: 格式调整

zhupei 1 år sedan
förälder
incheckning
0d81a37ab0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/components/DialogWrap.vue

+ 1 - 1
src/components/DialogWrap.vue

@@ -399,7 +399,7 @@ export default defineComponent({
                 menuList[index].documentOpenIndex = documentIndex;
             }
         };
-        const goKnowledge = (knowledge,fullRef) => {
+        const goKnowledge = (knowledge, fullRef) => {
             let targetDocument = { ...knowledge, ...fullRef.fullRefference, question: fullRef.question }
             emit("go-document", targetDocument);
         };