Browse Source

fix 问题

luogang 3 months ago
parent
commit
d95563997d
1 changed files with 1 additions and 1 deletions
  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,