소스 검색

fix 问题

luogang 3 달 전
부모
커밋
d95563997d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plus-ui-ts/src/views/index.vue

+ 1 - 1
plus-ui-ts/src/views/index.vue

@@ -345,7 +345,7 @@ const dialog = reactive({
   title: '事件详情',
   loading: null
 });
-const form = ref < any > {};
+const form = ref({});
 const statData = reactive({
   monthCount: undefined,
   monthAlready: undefined,