소스 검색

[edit] switch

wenliming 3 년 전
부모
커밋
bdde05acc2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/view/iframe/publish/give-dialog.vue

+ 2 - 2
src/view/iframe/publish/give-dialog.vue

@@ -560,7 +560,7 @@ let formList = reactive([
         nodeType: "div",
         text: '',
         type: 8,
-        checked: true,
+        checked: false,
         show: true
     },
     {
@@ -569,7 +569,7 @@ let formList = reactive([
         nodeType: "input",
         text: '',
         type: 7,
-        checked: true,
+        checked: false,
         show: true
     },
 ]);